vcpkg/ports/fastgltf/vcpkg.json
sean 1d3b5f2c79
[fastgltf] Update to 0.7.0 (#36694)
* [fastgltf] Update to 0.7.0

* Update versions
2024-02-12 14:32:34 -08:00

20 lines
405 B
JSON

{
"name": "fastgltf",
"version": "0.7.0",
"port-version": 1,
"description": "A modern C++17 glTF 2.0 library focused on speed, correctness, and usability",
"homepage": "https://github.com/spnda/fastgltf",
"license": "MIT",
"dependencies": [
"simdjson",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}