blob: 8a0eb8bbfd7b1870f6083ba46881f88abe9e0c70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
{
"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"
]
}
}
}
|