feat(gltf): upgrade fastgltf with latest fixes (#9727)

This commit is contained in:
André Costa
2026-02-12 21:20:10 +01:00
committed by GitHub
parent bfe3844711
commit 648b503efe
4 changed files with 49 additions and 66 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ The recommended way to integrate the required libraries is using CMake's FetchCo
FetchContent_Declare(
fastgltf
GIT_REPOSITORY https://github.com/spnda/fastgltf
GIT_TAG 4e2261350888bae7c35a1f39991f6233d57795f5)
GIT_TAG f04052ebd8d157c7b6e8fc3dd9f1ed83df99f3e5)
set(FASTGLTF_ENABLE_DEPRECATED_EXT
ON
CACHE BOOL "" FORCE)