update to v.2.8.4 (#30229)

This commit is contained in:
Mengna Li 2023-03-17 01:51:33 +08:00 committed by GitHub
parent cb4d3a1fcb
commit 464f782e26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 5 deletions

View File

@ -2,8 +2,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO syoyo/tinygltf
REF v2.5.0
SHA512 f0e9c3f385deaf3c803edea05602da1cbf173e42c6946ec06b0ec6145f7f258a2429921a1c9baf0ca48353219fedeedfe4ad4516429c970ec4c27d7538873003
REF "v.${VERSION}"
SHA512 e5309e4018db1c2fde8d5fcf0fef2a0a2fc37fc69524ee3cdc89cbf1a163da42e71c5e2154befe0eaac5d33e345698ff05b1aea6952f2cd18d908787c758d2f9
HEAD_REF master
)
@ -12,4 +12,4 @@ vcpkg_from_github(
vcpkg_replace_string("${SOURCE_PATH}/tiny_gltf.h" "#include \"json.hpp\"" "#include <nlohmann/json.hpp>")
file(INSTALL "${SOURCE_PATH}/tiny_gltf.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -1,6 +1,6 @@
{
"name": "tinygltf",
"version": "2.5.0",
"version": "2.8.4",
"description": "A header only C++11 glTF 2.0 library.",
"homepage": "https://github.com/syoyo/tinygltf",
"dependencies": [

View File

@ -7817,7 +7817,7 @@
"port-version": 4
},
"tinygltf": {
"baseline": "2.5.0",
"baseline": "2.8.4",
"port-version": 0
},
"tinynpy": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d642030fcb4784451290f7523460bdabfa96bd56",
"version": "2.8.4",
"port-version": 0
},
{
"git-tree": "68e4d0aabd2073861e4add08af282c0eff858a1e",
"version": "2.5.0",