Skip to content

Commit

Permalink
[tinygltf] update to 2.8.19 (#35719)
Browse files Browse the repository at this point in the history
  • Loading branch information
carsten-grimm-at-ipolog authored Dec 18, 2023
1 parent 7fbe1ef commit 48e95d1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/tinygltf/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO syoyo/tinygltf
REF "v${VERSION}"
SHA512 b745fea9e7291494d3bda225b90885ee7923d8a98f515908f3c3390dc3eb76207b9f7d3464254ef68031d0a8428935064dcf40e9c0f1858bd465c4b5dd660382
SHA512 56bed2a2590abb8382c304f741ae842cd0c150d5a1fc2e2e4acdc596f432fdb3c79e73436456534f4a13b36107887c892468e17a683c01aed860aa6db535e1f4
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/tinygltf/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinygltf",
"version": "2.8.17",
"version": "2.8.19",
"description": "A header only C++11 glTF 2.0 library.",
"homepage": "https://github.com/syoyo/tinygltf",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8481,7 +8481,7 @@
"port-version": 0
},
"tinygltf": {
"baseline": "2.8.17",
"baseline": "2.8.19",
"port-version": 0
},
"tinynpy": {
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/tinygltf.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a7a75083fb4ff9692e03a87d477b6e7b18ddb4b6",
"version": "2.8.19",
"port-version": 0
},
{
"git-tree": "a828c964c3dac5b5b48545da10e8e357c3759042",
"version": "2.8.17",
Expand Down

0 comments on commit 48e95d1

Please sign in to comment.