2021-01-25 17:54:04 +08:00
|
|
|
{
|
|
|
|
"name": "ms-gltf",
|
2022-07-01 04:36:33 +08:00
|
|
|
"version-date": "2022-06-28",
|
2023-04-19 07:57:03 +08:00
|
|
|
"port-version": 2,
|
2021-01-25 17:54:04 +08:00
|
|
|
"description": "glTF-SDK is a C++ Software Development Kit for glTF",
|
2021-09-08 12:09:06 +08:00
|
|
|
"homepage": "https://github.com/microsoft/glTF-SDK",
|
2022-07-01 04:36:33 +08:00
|
|
|
"license": "MIT",
|
2021-01-25 17:54:04 +08:00
|
|
|
"supports": "!linux",
|
|
|
|
"dependencies": [
|
2021-09-08 12:09:06 +08:00
|
|
|
"rapidjson",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-01-25 17:54:04 +08:00
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"test"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"samples": {
|
2023-04-19 07:57:03 +08:00
|
|
|
"description": "Build with GLTF samples",
|
|
|
|
"supports": "!osx & !ios & !android"
|
2021-01-25 17:54:04 +08:00
|
|
|
},
|
|
|
|
"test": {
|
|
|
|
"description": "Build test programs",
|
|
|
|
"dependencies": [
|
|
|
|
"gtest"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|