mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 17:49:02 +08:00
1d3b5f2c79
* [fastgltf] Update to 0.7.0 * Update versions
20 lines
405 B
JSON
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
|
|
}
|
|
]
|
|
}
|