updated TinyGLTF to 2.8.16
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9152 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: bcdce4fc1da56fbc6073fabc8368007e7ffa8b77 Former-commit-id: 900744e44c8e3b1f895a8faca080015a74c2343b
This commit is contained in:
parent
11d7caa97e
commit
a8a4990102
1 changed files with 2 additions and 2 deletions
|
@ -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.15)
|
||||
set(TINYGLTF_VERSION 2.8.16)
|
||||
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=d5f1b693bc0e543481a9d8d40f804cdd1db769ae04954ad5a780ae012b95ca69)
|
||||
set(TINYGLTF_HASH SHA256=d57d9b982a1e861601e90c4314d396ed8558d36ae12bfaaa414754dc0a34086d)
|
||||
|
|
Loading…
Reference in a new issue