vcpkg/ports/fastgltf/vcpkg.json
2024-11-01 00:53:46 -07:00

19 lines
384 B
JSON

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