Browse Source

Disabled QOI image format

raysan5 3 years ago
parent
commit
59c4facd90
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/config.h

+ 1 - 1
src/config.h

@@ -143,7 +143,7 @@
 //#define SUPPORT_FILEFORMAT_TGA      1
 //#define SUPPORT_FILEFORMAT_JPG      1
 #define SUPPORT_FILEFORMAT_GIF      1
-#define SUPPORT_FILEFORMAT_QOI      1
+//#define SUPPORT_FILEFORMAT_QOI      1     // WARNING: Specs are not final yet!
 //#define SUPPORT_FILEFORMAT_PSD      1
 #define SUPPORT_FILEFORMAT_DDS      1
 #define SUPPORT_FILEFORMAT_HDR      1