Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

31 lines
617 B
JSON

{
"name": "ms-gltf",
"version-date": "2024-09-05",
"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"
]
}
}
}