[cgltf] Update to 1.13. (#26805)

* [cgltf] Update to 1.13.

* [cgltf] Add license field.

* Update version.
This commit is contained in:
Matthew Oliver 2022-09-17 07:06:00 +10:00 committed by GitHub
parent 637698b9cf
commit ff4bb46b1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 5 deletions

View File

@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO jkuhlmann/cgltf
REF v1.11
SHA512 b3350d34670dac6756ea010bd030c4709f3a6c86d43b5099d10b505437422951e5db7f8e521ec9590a7aada535146614936ff990533d07084b1e50c216572943
REF v1.13
SHA512 b46d1f9db11b75a60eb0272e89834444cd5652fa1fa35c80ce8a78437ef1b3d9f871419cc39da2d0e021d594ffc3e3832362ec759df0a7857aa74e4639698435
HEAD_REF master
)

View File

@ -1,6 +1,7 @@
{
"name": "cgltf",
"version": "1.11",
"version": "1.13",
"description": "Single-file glTF 2.0 loader and writer written in C99",
"homepage": "https://github.com/jkuhlmann/cgltf"
"homepage": "https://github.com/jkuhlmann/cgltf",
"license": "MIT"
}

View File

@ -1357,7 +1357,7 @@
"port-version": 0
},
"cgltf": {
"baseline": "1.11",
"baseline": "1.13",
"port-version": 0
},
"cgns": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2baab070728dce2d5193a80e1deb7c41caa041f1",
"version": "1.13",
"port-version": 0
},
{
"git-tree": "2b793ed9e4345b733ec3897b1fbed4e152b5fc4a",
"version": "1.11",