mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 01:19:00 +08:00
[fastgltf] update to 0.7.2 (#39877)
This commit is contained in:
parent
6672bab62b
commit
b5da5844b3
@ -2,7 +2,7 @@ vcpkg_from_github(
|
|||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO spnda/fastgltf
|
REPO spnda/fastgltf
|
||||||
REF "v${VERSION}"
|
REF "v${VERSION}"
|
||||||
SHA512 51dfde5bd32ea4d3634108987115f63ce2def0d0b9f280801606a7e688f97370ed6846817458e0f8b81b3c5110d4deffa75bb7b1db4f0fbc62a356939cdcbeef
|
SHA512 429a207ca0e4cfce1c84a295106063e665a70c6748ff95db5c71ecb010a1e2d868c5c8ada3e64fc8011948107aa302b639568ccecfcf5fab6004ac50852a8cac
|
||||||
HEAD_REF main
|
HEAD_REF main
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "fastgltf",
|
"name": "fastgltf",
|
||||||
"version": "0.7.1",
|
"version": "0.7.2",
|
||||||
"description": "A modern C++17 glTF 2.0 library focused on speed, correctness, and usability",
|
"description": "A modern C++17 glTF 2.0 library focused on speed, correctness, and usability",
|
||||||
"homepage": "https://github.com/spnda/fastgltf",
|
"homepage": "https://github.com/spnda/fastgltf",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -2645,7 +2645,7 @@
|
|||||||
"port-version": 4
|
"port-version": 4
|
||||||
},
|
},
|
||||||
"fastgltf": {
|
"fastgltf": {
|
||||||
"baseline": "0.7.1",
|
"baseline": "0.7.2",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"fastio": {
|
"fastio": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "87adadcaa0d7637814be55f2afc752fea130e3ad",
|
||||||
|
"version": "0.7.2",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "bc1f059cd824fffed8b4af5390b1334cacb8c7f0",
|
"git-tree": "bc1f059cd824fffed8b4af5390b1334cacb8c7f0",
|
||||||
"version": "0.7.1",
|
"version": "0.7.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user