mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 03:49:00 +08:00
c21792bd04
* Fix osgearth * Fix linking * Update version files Co-authored-by: Ankur Verma <ankurv@microsoft.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
35 lines
628 B
JSON
35 lines
628 B
JSON
{
|
|
"name": "osgearth",
|
|
"version": "3.1",
|
|
"port-version": 4,
|
|
"description": "osgEarth - Dynamic map generation toolkit for OpenSceneGraph Copyright 2015 Pelican Mapping.",
|
|
"homepage": "https://github.com/gwaldron/osgearth",
|
|
"supports": "!(x86 | wasm32)",
|
|
"dependencies": [
|
|
"basisu",
|
|
"draco",
|
|
"geos",
|
|
"glew",
|
|
"libwebp",
|
|
"libzip",
|
|
"opengl",
|
|
{
|
|
"name": "osg",
|
|
"features": [
|
|
"plugins"
|
|
]
|
|
},
|
|
"protobuf",
|
|
"sqlite3",
|
|
"tinyxml"
|
|
],
|
|
"default-features": [
|
|
"tools"
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build tools"
|
|
}
|
|
}
|
|
}
|