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
|
{
"name": "osgearth",
"version": "3.7.2",
"port-version": 4,
"description": "osgEarth - 3D Maps for OpenSceneGraph / C++14",
"homepage": "https://github.com/gwaldron/osgearth",
"license": "LGPL-3.0-or-later",
"supports": "!(arm32 | x86 | wasm32 | xbox) & !(windows & arm64)",
"dependencies": [
"blend2d",
"draco",
"geos",
"glew",
"libwebp",
"opengl",
{
"name": "osg",
"default-features": false,
"features": [
"plugins"
]
},
"protobuf",
"pthreads",
"sqlite3",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"controls": {
"description": "Support for the old Controls API (superceded by imgui)"
},
"tools": {
"description": "Build command-line tools"
}
}
}
|