[fastgltf] Update to 0.7.1 (#37100)

This commit is contained in:
sean 2024-03-06 08:39:44 +01:00 committed by GitHub
parent f8ad7dd004
commit 4777750d73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 5 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO spnda/fastgltf REPO spnda/fastgltf
REF "v${VERSION}" REF "v${VERSION}"
SHA512 66be8e5a05210d023ec5e47dd3aa721b3cf98428bd00e227007cfc97fda35c669b5e8b82254d26c6ce2254297d16fd7a5f6bbbf3da17432df09186091d1ae351 SHA512 51dfde5bd32ea4d3634108987115f63ce2def0d0b9f280801606a7e688f97370ed6846817458e0f8b81b3c5110d4deffa75bb7b1db4f0fbc62a356939cdcbeef
HEAD_REF main HEAD_REF main
) )

View File

@ -1,7 +1,6 @@
{ {
"name": "fastgltf", "name": "fastgltf",
"version": "0.7.0", "version": "0.7.1",
"port-version": 1,
"description": "A modern C++17 glTF 2.0 library focused on speed, correctness, and usability", "description": "A modern C++17 glTF 2.0 library focused on speed, correctness, and usability",
"homepage": "https://github.com/spnda/fastgltf", "homepage": "https://github.com/spnda/fastgltf",
"license": "MIT", "license": "MIT",

View File

@ -2601,8 +2601,8 @@
"port-version": 4 "port-version": 4
}, },
"fastgltf": { "fastgltf": {
"baseline": "0.7.0", "baseline": "0.7.1",
"port-version": 1 "port-version": 0
}, },
"fastio": { "fastio": {
"baseline": "2023-11-06", "baseline": "2023-11-06",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "bc1f059cd824fffed8b4af5390b1334cacb8c7f0",
"version": "0.7.1",
"port-version": 0
},
{ {
"git-tree": "bc30d82dec40ec1b942f51873baa54eaddfa19ca", "git-tree": "bc30d82dec40ec1b942f51873baa54eaddfa19ca",
"version": "0.7.0", "version": "0.7.0",