Add simdjson parser dependency.
Some checks failed
CMake on multiple platforms / build (Release, cl, cl, windows-latest) (push) Has been cancelled
CMake on multiple platforms / build (Release, clang, clang++, macos-latest) (push) Has been cancelled
CMake on multiple platforms / build (Release, clang, clang++, ubuntu-latest) (push) Has been cancelled
CMake on multiple platforms / build (Release, gcc, g++, ubuntu-latest) (push) Has been cancelled

Load and parse gltf json data.
This commit is contained in:
2026-04-01 23:04:12 -07:00
parent c31ca2d0be
commit ebb54fd441
4 changed files with 35 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -29,3 +29,6 @@
path = siren
url = ../siren
branch = main
[submodule "3rdparty/simdjson"]
path = 3rdparty/simdjson
url = https://github.com/simdjson/simdjson.git