mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
26 lines
508 B
JSON
26 lines
508 B
JSON
|
{
|
||
|
"name": "osgearth",
|
||
|
"version": "3.1",
|
||
|
"port-version": 1,
|
||
|
"description": "osgEarth - Dynamic map generation toolkit for OpenSceneGraph Copyright 2015 Pelican Mapping.",
|
||
|
"homepage": "https://github.com/gwaldron/osgearth",
|
||
|
"supports": "!(x86 | wasm32) & !staticcrt",
|
||
|
"dependencies": [
|
||
|
"basisu",
|
||
|
"draco",
|
||
|
"geos",
|
||
|
"glew",
|
||
|
"libwebp",
|
||
|
"libzip",
|
||
|
"opengl",
|
||
|
{
|
||
|
"name": "osg",
|
||
|
"features": [
|
||
|
"plugins"
|
||
|
]
|
||
|
},
|
||
|
"protobuf",
|
||
|
"sqlite3"
|
||
|
]
|
||
|
}
|