forked from gwaldron/osgearth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvcpkg.json
33 lines (33 loc) · 829 Bytes
/
vcpkg.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
{
"name": "osgearth",
"version-string": "3.3",
"builtin-baseline" : "bb584d35bba70ca9f1ecaf09ad96ce5d1ff946f8",
"port-version": 1,
"description": "osgEarth - 3D Maps and Terrain for OpenSceneGraph - Copyright 2022 Pelican Mapping",
"homepage": "https://github.com/gwaldron/osgearth",
"supports": "!(x86 | wasm32)",
"dependencies": [
"basisu",
"blend2d",
"blosc",
"draco",
"geos",
"glew",
"libwebp",
"libzip",
"opengl",
{
"name": "osg",
"features": [
"plugins"
]
},
"protobuf",
"sqlite3",
"tinyxml",
"rocksdb"
],
"overrides" : [
{ "name": "blend2d", "version-date" : "2021-03-17", "port-version" : 0 }
]
}