updated TinyGLTF to 2.8.14

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9098 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
beaglejoe 2023-07-11 12:39:18 +00:00
parent 2869abb60e
commit 5a70abb36a
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.13)
set(TINYGLTF_VERSION 2.8.14)
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=72c3e5affa8389442582e4cf67426376e2dff418e998e19822260f4bf58b74b8)
set(TINYGLTF_HASH SHA256=63cd43746c9ddfe5777494500422e831a312299e386fbf80922839dc1a5575f8)