Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04: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
}
]
}