vcpkg/ports/fastgltf/vcpkg.json

19 lines
384 B
JSON
Raw Normal View History

{
"name": "fastgltf",
2024-11-01 15:53:46 +08:00
"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
}
]
}