[tinygltf] update to 2.9.3 (#40378)

This commit is contained in:
miyanyan 2024-08-13 07:35:48 +08:00 committed by GitHub
parent bc6eacb8d9
commit 91d47fa9f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -3,7 +3,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO syoyo/tinygltf REPO syoyo/tinygltf
REF "v${VERSION}" REF "v${VERSION}"
SHA512 daee181b4212c7ba96b3e791fc28aa77102555323a2fef167edaee24d6e13ba4c9a844d028a3f2734760a65440face0eb759d034daecd4c0e3b4c4b67dadfd72 SHA512 4f4d479a8ad8dd858340b0bfa5af4fdc9073279e59c4240918d5dfce94d2b50b87bc0acad0a2e7659d090dd4aa3b34b456550749fe57bb4f7b58ac2f2b6927aa
HEAD_REF master HEAD_REF master
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "tinygltf", "name": "tinygltf",
"version": "2.9.2", "version": "2.9.3",
"description": "A header only C++11 glTF 2.0 library.", "description": "A header only C++11 glTF 2.0 library.",
"homepage": "https://github.com/syoyo/tinygltf", "homepage": "https://github.com/syoyo/tinygltf",
"dependencies": [ "dependencies": [

View File

@ -8849,7 +8849,7 @@
"port-version": 0 "port-version": 0
}, },
"tinygltf": { "tinygltf": {
"baseline": "2.9.2", "baseline": "2.9.3",
"port-version": 0 "port-version": 0
}, },
"tinynpy": { "tinynpy": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "79294fe8043f1405ad2595c7e4847e597951e3b5",
"version": "2.9.3",
"port-version": 0
},
{ {
"git-tree": "9735efbd747cfc611ad41fd34e5985a03b61fa30", "git-tree": "9735efbd747cfc611ad41fd34e5985a03b61fa30",
"version": "2.9.2", "version": "2.9.2",