mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 05:38:00 +08:00
[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:
parent
24a3b63e6b
commit
210149f599
13
ports/fastgltf/find_package.patch
Normal file
13
ports/fastgltf/find_package.patch
Normal 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
|
@ -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(
|
||||
|
@ -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",
|
||||
|
@ -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
|
||||
|
@ -2429,7 +2429,7 @@
|
||||
"port-version": 4
|
||||
},
|
||||
"fastgltf": {
|
||||
"baseline": "0.4.0",
|
||||
"baseline": "0.5.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"fastio": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "5fdd22bd96978abf4f7d8b8fef6406eb8d79ec3f",
|
||||
"version": "0.5.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "b74244ec99460cdaf1e81a401e423fe6975ce252",
|
||||
"version": "0.4.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user