mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
[fastgltf] Update to 0.7.0 (#36694)
* [fastgltf] Update to 0.7.0 * Update versions
This commit is contained in:
parent
4da290ba87
commit
1d3b5f2c79
@ -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
|
@ -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})
|
||||
|
@ -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": [
|
||||
|
@ -2589,7 +2589,7 @@
|
||||
"port-version": 4
|
||||
},
|
||||
"fastgltf": {
|
||||
"baseline": "0.6.1",
|
||||
"baseline": "0.7.0",
|
||||
"port-version": 1
|
||||
},
|
||||
"fastio": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "bc30d82dec40ec1b942f51873baa54eaddfa19ca",
|
||||
"version": "0.7.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "b098e0b272a75e2c12b898a54b6b83a49f981599",
|
||||
"version": "0.6.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user