-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathThirdParty.extra.json
37 lines (37 loc) · 1 KB
/
ThirdParty.extra.json
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
31
32
33
34
35
36
37
[
{
"name": "cesium-native",
"license": [
"Apache-2.0"
],
"version": "0.15.0",
"url": "https://github.com/CesiumGS/cesium-native"
},
{
"name": "cmake-conan",
"license": [
"MIT"
],
"notes": "conan.cmake was downloaded to work around an SSL issue, see https://github.com/conan-io/cmake-conan/issues/575",
"version": "0.17.0",
"url": "https://github.com/conan-io/cmake-conan"
},
{
"name": "glTF-Asset-Generator",
"license": [
"MIT"
],
"version": "0.6.1",
"url": "https://github.com/KhronosGroup/glTF-Asset-Generator",
"notes": "A selection of test models from this generator are used for testing."
},
{
"name": "vsgCs",
"license": [
"MIT"
],
"version": "0.4",
"url": "https://github.com/timoore/vsgCs",
"notes": "UrlAssetAccessor.{cpp,h} are taken from vsgCs."
}
]