mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 02:09:01 +08:00
25 lines
491 B
JSON
25 lines
491 B
JSON
|
{
|
||
|
"name": "ms-gltf",
|
||
|
"version-string": "r1.9.5.0",
|
||
|
"description": "glTF-SDK is a C++ Software Development Kit for glTF",
|
||
|
"homepage": "https://github.com/microsoft/ms-gltf",
|
||
|
"supports": "!linux",
|
||
|
"dependencies": [
|
||
|
"rapidjson"
|
||
|
],
|
||
|
"default-features": [
|
||
|
"test"
|
||
|
],
|
||
|
"features": {
|
||
|
"samples": {
|
||
|
"description": "Build with GLTF samples"
|
||
|
},
|
||
|
"test": {
|
||
|
"description": "Build test programs",
|
||
|
"dependencies": [
|
||
|
"gtest"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|