mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 10:09:06 +08:00
c84e93a76f
* [ms-gltf] Disable feature samples on macOS, iOS, and Android * update version
32 lines
638 B
JSON
32 lines
638 B
JSON
{
|
|
"name": "ms-gltf",
|
|
"version-date": "2022-06-28",
|
|
"port-version": 2,
|
|
"description": "glTF-SDK is a C++ Software Development Kit for glTF",
|
|
"homepage": "https://github.com/microsoft/glTF-SDK",
|
|
"license": "MIT",
|
|
"supports": "!linux",
|
|
"dependencies": [
|
|
"rapidjson",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"test"
|
|
],
|
|
"features": {
|
|
"samples": {
|
|
"description": "Build with GLTF samples",
|
|
"supports": "!osx & !ios & !android"
|
|
},
|
|
"test": {
|
|
"description": "Build test programs",
|
|
"dependencies": [
|
|
"gtest"
|
|
]
|
|
}
|
|
}
|
|
}
|