[BROKEN] This compiles if we use fastgltf 0.9.0, but it says Error::UnsupportedVersion for the file. Earlier versions can't compile because either simdjson has code errors, or the .a/.so is missing important functions.

This commit is contained in:
Zed A. Shaw 2025-12-20 00:36:55 -05:00
parent 85d792e257
commit dbda70e3a0
7 changed files with 185 additions and 7 deletions

View file

@ -29,9 +29,12 @@ shaders:
%.glb: %.glb.gz
gunzip -k $<
build: basicmesh.glb
build:
meson compile -j 10 -C $(ROOT_DIR)/builddir
meshes: basicmesh.glb
@echo "Meshes made"
release_build:
meson --wipe builddir -Db_ndebug=true --buildtype release
meson compile -j 10 -C builddir