switch from png to qoi textures
[fishladder.git] / vg / vg.h
diff --git a/vg/vg.h b/vg/vg.h
index bf3a0a0224166961d968560d04e2e1cd41dc8f90..22cd0a7e3e80bb3fd1a2f41b97c46f97d2bb905c 100644 (file)
--- a/vg/vg.h
+++ b/vg/vg.h
@@ -7,14 +7,18 @@
 #include <string.h>
 #include <stdarg.h>
 #include <ctype.h>
+#include <math.h>
 
 #include "gl/glad/glad.h"
 #include "gl/glfw3.h"
 
 #define STB_DS_IMPLEMENTATION
-#define STB_IMAGE_IMPLEMENTATION
 #include "stb/stb_ds.h"
-#include "stb/stb_image.h"
+//#define STB_IMAGE_IMPLEMENTATION
+//#include "stb/stb_image.h"
+
+#define QOI_IMPLEMENTATION
+#include "phoboslab/qoi.h"
 
 #include "vg/vg_platform.h"