[fastgltf] Update to 0.5.0 (#31541)

* [fastgltf] Update to 0.5.0

* Versions

* Fix fastgltf CI baseline

* Update 0.5.0 & update hash

* Update hash

* Update hash
This commit is contained in:
sean 2023-05-25 20:43:57 +02:00 committed by GitHub
parent 24a3b63e6b
commit 210149f599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 22 additions and 5 deletions

View File

@ -0,0 +1,13 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a311b65..bfbfbb3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -74,6 +74,8 @@ if (FASTGLTF_DOWNLOAD_SIMDJSON)
NAMESPACE fastgltf::
DESTINATION lib/cmake/fastgltf
)
+else()
+ find_package(simdjson CONFIG REQUIRED)
endif()
# Create the library target

View File

@ -2,8 +2,9 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO spnda/fastgltf
REF "v${VERSION}"
SHA512 a1456790a44b8d172e19425835d28e5a48994b8494b3f4b197dbab77c049816eead73cfc978e3ef6d41084799f4875b15ef88020357404d278f35189969d69d2
SHA512 85b946f9ea849bcbbb77ff5d4dc8196d3348757cf6a940be1a50923158a31aa7b43aebed2799256cb3d303a81fa28e5eaeb000b6ecca3ab15f6a7a20908d8e8f
HEAD_REF main
PATCHES find_package.patch
)
vcpkg_cmake_configure(

View File

@ -1,6 +1,6 @@
{
"name": "fastgltf",
"version": "0.4.0",
"version": "0.5.0",
"description": "Blazing fast C++17 glTF 2.0 loader powered by SIMD",
"homepage": "https://github.com/spnda/fastgltf",
"license": "MIT",

View File

@ -381,8 +381,6 @@ evpp:arm-neon-android=fail
evpp:arm64-android=fail
evpp:x64-android=fail
faiss:arm64-windows=fail
fastgltf:arm-neon-android=fail
fastgltf:arm64-android=fail
fastrtps:arm-uwp=fail
fastrtps:x64-uwp=fail
fastrtps:x64-windows-static=fail

View File

@ -2429,7 +2429,7 @@
"port-version": 4
},
"fastgltf": {
"baseline": "0.4.0",
"baseline": "0.5.0",
"port-version": 0
},
"fastio": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5fdd22bd96978abf4f7d8b8fef6406eb8d79ec3f",
"version": "0.5.0",
"port-version": 0
},
{
"git-tree": "b74244ec99460cdaf1e81a401e423fe6975ce252",
"version": "0.4.0",