vcpkg/ports/fastgltf/vcpkg.json
sean 4ba2ecc101
[fastgltf] Update to 0.2.0 (#27816)
* [fastgltf] Update to 0.2.0

* Versions
2022-11-15 13:52:13 -08:00

19 lines
358 B
JSON

{
"name": "fastgltf",
"version": "0.2.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
}
]
}