vcpkg/ports/fastgltf/vcpkg.json
sean 3cfc042905
[fastgltf] Update to 0.6.1 (#34833)
* [fastgltf] Update to 0.6.1

* Versions
2023-11-06 09:54:39 -08:00

20 lines
379 B
JSON

{
"name": "fastgltf",
"version": "0.6.1",
"port-version": 1,
"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
}
]
}