updated TinyGLTF to 2.8.19

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9233 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
beaglejoe 2023-12-26 21:18:07 +00:00
parent 59e308c026
commit d3a1d8957b
1 changed files with 2 additions and 2 deletions

View File

@ -216,8 +216,8 @@ set(GLM_URL https://github.com/g-truc/glm/releases/download/${GLM_VERSION}/${GLM
set(GLM_HASH SHA256=37e2a3d62ea3322e43593c34bae29f57e3e251ea89f4067506c94043769ade4c)
# TinyGLTF
set(TINYGLTF_VERSION 2.8.18)
set(TINYGLTF_VERSION 2.8.19)
set(TINYGLTF_PROJECT TinyGLTF-${TINYGLTF_VERSION})
set(TINYGLTF_FILE ${TINYGLTF_PROJECT}.tar.gz)
set(TINYGLTF_URL https://github.com/syoyo/tinygltf/archive/refs/tags/v${TINYGLTF_VERSION}.tar.gz)
set(TINYGLTF_HASH SHA256=29dce3c1f49d1ee6160fd6802355f88cddb0fb7a68aaaa5e7f3236cdc230da0e)
set(TINYGLTF_HASH SHA256=9e3f6206c6e922c7482e1b4612b62c5cddb7e053b6690fa20edfa5d97805053b)