Skip to content

Commit

Permalink
[fastgltf] Update to 0.4.0 (microsoft#30387)
Browse files Browse the repository at this point in the history
* [fastgltf] Update to 0.4.0

* Versions

* Use ${VERSION} constant

* update hasg

* update version

---------

Co-authored-by: Jonliu1993 <[email protected]>
  • Loading branch information
spnda and JonLiu1993 authored Mar 28, 2023
1 parent 1b149b5 commit ab6be41
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/fastgltf/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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
)

Expand Down
2 changes: 1 addition & 1 deletion ports/fastgltf/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2393,7 +2393,7 @@
"port-version": 2
},
"fastgltf": {
"baseline": "0.2.0",
"baseline": "0.4.0",
"port-version": 0
},
"fastio": {
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/fastgltf.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b74244ec99460cdaf1e81a401e423fe6975ce252",
"version": "0.4.0",
"port-version": 0
},
{
"git-tree": "e761e2221600a90d65726d363b996818d60e0ad7",
"version": "0.2.0",
Expand Down

0 comments on commit ab6be41

Please sign in to comment.