summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-12-01 20:56:39 +0100
committerraysan5 <[email protected]>2021-12-01 20:56:39 +0100
commit59c4facd90d3b835cd8cf215a20b6391a909247b (patch)
treefd329be343ba82015355fb6bbd5baeaa7280cef0
parent7c6adc5d973fa1dd7d3eb1303e4645bee485f551 (diff)
downloadraylib-59c4facd90d3b835cd8cf215a20b6391a909247b.tar.gz
raylib-59c4facd90d3b835cd8cf215a20b6391a909247b.zip
Disabled QOI image format
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index ba63d608..a25e23f5 100644
--- a/src/config.h
+++ b/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