[fastgltf] Update to 0.2.0 (#27816)

* [fastgltf] Update to 0.2.0

* Versions
This commit is contained in:
sean 2022-11-15 22:52:13 +01:00 committed by GitHub
parent 88dc9ca242
commit 4ba2ecc101
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 b19e66b6165bb034773034c90ec0b4d1f0969b11
SHA512 25cb2410a09e70667579d0b82c2417283cff2029dddadad27c53f44190bcaffeb6b97e6d32c2be87a675f63da4cae0ebd7505af566f12dfb44917ca4a27c3ec5
REF d21c46e86c28fca1e998cb8a741e62e0a8026b89
SHA512 935bdbd0bf04fc72f5ad5f06f5641493533b6bbfdaf64117eb40093b6c4298da22274b4b6b768489c47f8051bda42f8bf3466ee508cdb3dbe1e61379a461075b
HEAD_REF main
)

View File

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

View File

@ -2257,7 +2257,7 @@
"port-version": 2
},
"fastgltf": {
"baseline": "0.1.0",
"baseline": "0.2.0",
"port-version": 0
},
"fastlz": {

View File

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