Update TinyGLTF to 2.8.8
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8899 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 0f502bbfedc13720305352398d5b8d795e8934ac Former-commit-id: da206fd80fc375b3512dfdb5f4811f2bdf795471
This commit is contained in:
parent
ca124ab024
commit
ec65ef1a9e
1 changed files with 2 additions and 2 deletions
|
@ -213,8 +213,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.7)
|
||||
set(TINYGLTF_VERSION 2.8.8)
|
||||
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=308b1d019cdba054a456e102300a003b444273076d5edff8c98f76957a24a4b1)
|
||||
set(TINYGLTF_HASH SHA256=050f9ff8dea423b92c96f90e335abc086b2d9f90c17ae86258642ee9a73e210f)
|
||||
|
|
Loading…
Reference in a new issue