switch from png to qoi textures
[fishladder.git] / fontcomp.c
index ea1fac962c6da60f7abc3588b7b0af713afa70b6..73046b80ec1c0d9801d42309e4a54ff829bf5fbb 100644 (file)
@@ -3,6 +3,9 @@
 #define VG_TOOLS
 #include "vg/vg.h"
 
+#define STB_IMAGE_IMPLEMENTATION
+#include "stb/stb_image.h"
+
 // Super basic model compiler
 int main( int argc, char *argv[] )
 {