Skip to content

Commit

Permalink
[tinygltf] update to version 2.8.17 (microsoft#34302)
Browse files Browse the repository at this point in the history
  • Loading branch information
carsten-grimm authored Oct 6, 2023
1 parent 33e2a9f commit 01b55e1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/tinygltf/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO syoyo/tinygltf
REF "v.${VERSION}"
SHA512 e5309e4018db1c2fde8d5fcf0fef2a0a2fc37fc69524ee3cdc89cbf1a163da42e71c5e2154befe0eaac5d33e345698ff05b1aea6952f2cd18d908787c758d2f9
REF "v${VERSION}"
SHA512 b745fea9e7291494d3bda225b90885ee7923d8a98f515908f3c3390dc3eb76207b9f7d3464254ef68031d0a8428935064dcf40e9c0f1858bd465c4b5dd660382
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.4",
"version": "2.8.17",
"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 @@ -8281,7 +8281,7 @@
"port-version": 0
},
"tinygltf": {
"baseline": "2.8.4",
"baseline": "2.8.17",
"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": "a828c964c3dac5b5b48545da10e8e357c3759042",
"version": "2.8.17",
"port-version": 0
},
{
"git-tree": "d642030fcb4784451290f7523460bdabfa96bd56",
"version": "2.8.4",
Expand Down

0 comments on commit 01b55e1

Please sign in to comment.