mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:06:36 +08:00
cbf6ca7c11
* fix link simdjson error * remove underscores in variable names
20 lines
379 B
JSON
20 lines
379 B
JSON
{
|
|
"name": "fastgltf",
|
|
"version": "0.5.0",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|