updated TinyGLTF to 2.8.13

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9016 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
beaglejoe 2023-06-19 16:03:54 +00:00
parent 27139efbd1
commit b87770c3f1
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.11)
set(TINYGLTF_VERSION 2.8.13)
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=325ecc4cda56a9c768dceef47cd3f0196a1146d1cec0cfacf5d096392148e624)
set(TINYGLTF_HASH SHA256=72c3e5affa8389442582e4cf67426376e2dff418e998e19822260f4bf58b74b8)