mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:49:08 +08:00
210149f599
* [fastgltf] Update to 0.5.0 * Versions * Fix fastgltf CI baseline * Update 0.5.0 & update hash * Update hash * Update hash
19 lines
358 B
JSON
19 lines
358 B
JSON
{
|
|
"name": "fastgltf",
|
|
"version": "0.5.0",
|
|
"description": "Blazing fast C++17 glTF 2.0 loader powered by SIMD",
|
|
"homepage": "https://github.com/spnda/fastgltf",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"simdjson",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|