[fastgltf] Update to 0.4.0 (#30387)

* [fastgltf] Update to 0.4.0

* Versions

* Use ${VERSION} constant

* update hasg

* update version

---------

Co-authored-by: Jonliu1993 <13720414433@163.com>
This commit is contained in:
sean 2023-03-28 23:37:22 +02:00 committed by GitHub
parent 1b149b54c4
commit ab6be41293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO spnda/fastgltf
REF d21c46e86c28fca1e998cb8a741e62e0a8026b89
SHA512 935bdbd0bf04fc72f5ad5f06f5641493533b6bbfdaf64117eb40093b6c4298da22274b4b6b768489c47f8051bda42f8bf3466ee508cdb3dbe1e61379a461075b
REF "v${VERSION}"
SHA512 a1456790a44b8d172e19425835d28e5a48994b8494b3f4b197dbab77c049816eead73cfc978e3ef6d41084799f4875b15ef88020357404d278f35189969d69d2
HEAD_REF main
)

View File

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

View File

@ -2393,7 +2393,7 @@
"port-version": 2
},
"fastgltf": {
"baseline": "0.2.0",
"baseline": "0.4.0",
"port-version": 0
},
"fastio": {

View File

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