From 8efd8c71e73b2fa41546045811fa255e5c24250d Mon Sep 17 00:00:00 2001 From: Nikolas Date: Wed, 23 Oct 2024 18:10:22 +0200 Subject: [PATCH] Remove SVG loading option, which is no longer supported as of 1effe921291f5a260ef6e2841f0ed19ccb0c3e7c --- CMake-Build-Options.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CMake-Build-Options.md b/CMake-Build-Options.md index 296c5be..00a7ae3 100644 --- a/CMake-Build-Options.md +++ b/CMake-Build-Options.md @@ -44,7 +44,6 @@ You must define `-DCUSTOMIZE_BUILD=ON` in order for many of these options to app |`SUPPORT_FILEFORMAT_ASTC` | Support loading ASTC as textures | `OFF`| |`SUPPORT_FILEFORMAT_PKM` | Support loading PKM as textures | `OFF`| |`SUPPORT_FILEFORMAT_PVR` | Support loading PVR as textures | `OFF`| -|`SUPPORT_FILEFORMAT_SVG` | Support loading SVG as textures | `OFF`| |`SUPPORT_FILEFORMAT_OBJ` | Support loading OBJ file format | `ON`| |`SUPPORT_FILEFORMAT_MTL` | Support loading MTL file format | `ON`| |`SUPPORT_FILEFORMAT_IQM` | Support loading IQM file format | `ON`|