[cgltf] Update library to 1.3 (#7774)

This commit is contained in:
Ehsan 2019-08-20 20:03:47 +04:30 committed by Curtis J Bezault
parent 9625aef2b3
commit 614dbcbf55
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
Source: cgltf
Version: 1.2
Version: 1.3
Description: Single-file glTF 2.0 parser written in C99

View File

@ -5,8 +5,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO jkuhlmann/cgltf
REF v1.2
SHA512 3a678023ffd25416a1454da5e67bdf303d08dcd5a46e19a912dc2dfc549a6cd5800024649757c19653f9b2763fc6342d8dd398e940b2df6c3e1b222a4fd2e0e1
REF v1.3
SHA512 4fc68654b7903a21156d900184626d1325421092f0dd060b9f20cff1dec29d0a057fc1f3b4e79e36a0cfc6bc7447f7c2ac8a0ecb78c85a337356908a9c69478e
HEAD_REF master
)