diff options
| author | Ray <[email protected]> | 2023-09-04 18:51:44 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-09-04 18:51:44 +0200 |
| commit | c104a975904f23d011cb6072f98945b8d38eff17 (patch) | |
| tree | fd976eb6b117fb8cb84dd7f284e0aa3cb81c466e /src | |
| parent | bdda1efd44d7a1dce1ce5ad03f7de14370642807 (diff) | |
| download | raylib-c104a975904f23d011cb6072f98945b8d38eff17.tar.gz raylib-c104a975904f23d011cb6072f98945b8d38eff17.zip | |
Update config.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 2c7d5e2d..37083761 100644 --- a/src/config.h +++ b/src/config.h @@ -156,7 +156,7 @@ //#define SUPPORT_FILEFORMAT_ASTC 1 //#define SUPPORT_FILEFORMAT_PKM 1 //#define SUPPORT_FILEFORMAT_PVR 1 -#define SUPPORT_FILEFORMAT_SVG 1 +//#define SUPPORT_FILEFORMAT_SVG 1 // Support image export functionality (.png, .bmp, .tga, .jpg, .qoi) #define SUPPORT_IMAGE_EXPORT 1 |
