From fade2894a0a116e1181ca3aa189effa862e2dd68 Mon Sep 17 00:00:00 2001 From: jestarray <34615798+jestarray@users.noreply.github.com> Date: Fri, 23 May 2025 10:16:18 -0700 Subject: [PATCH] added `SUPPORT_STANDARD_FILEIO` --- CMake-Build-Options.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CMake-Build-Options.md b/CMake-Build-Options.md index 8a24343..4d0ec4b 100644 --- a/CMake-Build-Options.md +++ b/CMake-Build-Options.md @@ -64,3 +64,4 @@ You must set `CUSTOMIZE_BUILD` to ON in order for many of these options to apply |`SUPPORT_FILEFORMAT_TTF` | Support loading fonts in TTF format | `ON`| |`SUPPORT_FILEFORMAT_BDF` | Support loading fonts in BDF format | `OFF`| |`SUPPORT_IMAGE_MANIPULATION` | Support multiple image editing functions to scale, adjust colors, flip, draw on images, crop... If not defined only three image editing functions supported: ImageFormat(), ImageAlphaMask(), ImageToPOT() | `ON`| +|`SUPPORT_STANDARD_FILEIO` | Standard file io library (stdio.h) included. Warning: If off, raylib can't read files | `ON` |