-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathThirdParty.json
59 lines (59 loc) · 1.24 KB
/
ThirdParty.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[
{
"name": "earcut",
"license": [
"ISC"
],
"version": "0.12.3",
"url": "https://github.com/mapbox/earcut.hpp"
},
{
"name": "meshoptimizer",
"license": [
"MIT"
],
"version": "0.16",
"url": "https://github.com/zeux/meshoptimizer"
},
{
"name": "glm",
"license": [
"MIT"
],
"version": "0.9.9",
"url": "https://github.com/g-truc/glm"
},
{
"name": "tinygltf",
"license": [
"MIT"
],
"version": "2.4.0",
"url": "https://github.com/syoyo/tinygltf"
},
{
"name": "nlohmann_json",
"license": [
"MIT"
],
"version": "3.9.1",
"url": "https://github.com/nlohmann/json"
},
{
"name": "cxxopts",
"license": [
"MIT"
],
"version": "2.2.1",
"url": "https://github.com/jarro2783/cxxopts"
},
{
"name": "OpenSceneGraph",
"license": [
"OpenSceneGraph Public License, Version 1.0"
],
"version": "3.6.5",
"url": "https://github.com/openscenegraph/OpenSceneGraph",
"notes": "Contains static linking exception in wxWindows Library Licence, Version 3.1, clause 3. See https://github.com/openscenegraph/OpenSceneGraph/blob/683403244a489fe3e71f1533580c22e099774a36/LICENSE.txt#L59-L61."
}
]