mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:38:59 +08:00
19 lines
384 B
JSON
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
|
|
}
|
|
]
|
|
}
|