vcpkg/ports/fastgltf/vcpkg.json
sean ab6be41293
[fastgltf] Update to 0.4.0 (#30387)
* [fastgltf] Update to 0.4.0

* Versions

* Use ${VERSION} constant

* update hasg

* update version

---------

Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-03-28 14:37:22 -07:00

19 lines
358 B
JSON

{
"name": "fastgltf",
"version": "0.4.0",
"description": "Blazing fast C++17 glTF 2.0 loader powered by SIMD",
"homepage": "https://github.com/spnda/fastgltf",
"license": "MIT",
"dependencies": [
"simdjson",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}