mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 01:28:24 -05:00
30 lines
574 B
JSON
Executable File
30 lines
574 B
JSON
Executable File
{
|
|
"name": "ms-gltf",
|
|
"version-string": "r1.9.5.4",
|
|
"port-version": 1,
|
|
"description": "glTF-SDK is a C++ Software Development Kit for glTF",
|
|
"homepage": "https://github.com/microsoft/glTF-SDK",
|
|
"supports": "!linux",
|
|
"dependencies": [
|
|
"rapidjson",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"test"
|
|
],
|
|
"features": {
|
|
"samples": {
|
|
"description": "Build with GLTF samples"
|
|
},
|
|
"test": {
|
|
"description": "Build test programs",
|
|
"dependencies": [
|
|
"gtest"
|
|
]
|
|
}
|
|
}
|
|
}
|