[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:
parent
85d792e257
commit
dbda70e3a0
7 changed files with 185 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[wrap-git]
|
||||
directory=fastgltf
|
||||
url=https://github.com/spnda/fastgltf.git
|
||||
revision=v0.9.x
|
||||
revision=v0.9.0
|
||||
depth=1
|
||||
method=cmake
|
||||
|
||||
|
|
|
|||
13
wraps/simdjson.wrap
Normal file
13
wraps/simdjson.wrap
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[wrap-file]
|
||||
directory = simdjson-3.3.0
|
||||
source_url = https://github.com/simdjson/simdjson/archive/refs/tags/v3.3.0.tar.gz
|
||||
source_filename = simdjson-3.3.0.tar.gz
|
||||
source_hash = a8c9feff2f19c3ff281d42f0b6b4b18f02236513b99229756fa9a1b14787a58a
|
||||
patch_filename = simdjson_3.3.0-2_patch.zip
|
||||
patch_url = https://wrapdb.mesonbuild.com/v2/simdjson_3.3.0-2/get_patch
|
||||
patch_hash = 3c39f8a5abac17732b9599a416e6edb09f5f987bcf4e8b46808dbe88040eb40f
|
||||
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/simdjson_3.3.0-2/simdjson-3.3.0.tar.gz
|
||||
wrapdb_version = 3.3.0-2
|
||||
|
||||
[provide]
|
||||
simdjson = simdjson_dep
|
||||
Loading…
Add table
Add a link
Reference in a new issue