[fastgltf] Update to 0.7.0 (#36694)

* [fastgltf] Update to 0.7.0

* Update versions
This commit is contained in:
sean 2024-02-12 23:32:34 +01:00 committed by GitHub
parent 4da290ba87
commit 1d3b5f2c79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 9 additions and 19 deletions

View File

@ -1,13 +0,0 @@
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,14 +2,12 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO spnda/fastgltf
REF "v${VERSION}"
SHA512 6cda7e50d7fe01428e0a03d3f590fe7b680bfa4b6fcdbd1c6a118ac01c925099e63b34380b053adc323e2aaaaead42bda450d1eaf66b60af6ad2aafb68828d01
SHA512 66be8e5a05210d023ec5e47dd3aa721b3cf98428bd00e227007cfc97fda35c669b5e8b82254d26c6ce2254297d16fd7a5f6bbbf3da17432df09186091d1ae351
HEAD_REF main
PATCHES find_package.patch
)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS -DFASTGLTF_DOWNLOAD_SIMDJSON=OFF
)
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/${PORT})

View File

@ -1,8 +1,8 @@
{
"name": "fastgltf",
"version": "0.6.1",
"version": "0.7.0",
"port-version": 1,
"description": "Blazing fast C++17 glTF 2.0 loader powered by SIMD",
"description": "A modern C++17 glTF 2.0 library focused on speed, correctness, and usability",
"homepage": "https://github.com/spnda/fastgltf",
"license": "MIT",
"dependencies": [

View File

@ -2589,7 +2589,7 @@
"port-version": 4
},
"fastgltf": {
"baseline": "0.6.1",
"baseline": "0.7.0",
"port-version": 1
},
"fastio": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "bc30d82dec40ec1b942f51873baa54eaddfa19ca",
"version": "0.7.0",
"port-version": 1
},
{
"git-tree": "b098e0b272a75e2c12b898a54b6b83a49f981599",
"version": "0.6.1",