vcpkg/ports/fastgltf/vcpkg.json
Mengna Li cbf6ca7c11
[fastgltf] fix link simdjson error (#32892)
* fix link simdjson error

* remove underscores in variable names
2023-08-02 09:07:29 -07:00

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
}
]
}