mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:49:05 +08:00
5d6bbf3da3
* [osgearth] Fix target name and match exported variables * Fix version SHA
66 lines
1.3 KiB
JSON
66 lines
1.3 KiB
JSON
{
|
|
"name": "osgearth",
|
|
"version": "3.3",
|
|
"port-version": 2,
|
|
"description": "osgEarth - Dynamic map generation toolkit for OpenSceneGraph Copyright 2021 Pelican Mapping.",
|
|
"homepage": "https://github.com/gwaldron/osgearth",
|
|
"license": "LGPL-3.0-or-later",
|
|
"supports": "!(x86 | wasm32)",
|
|
"dependencies": [
|
|
"basisu",
|
|
"cfitsio",
|
|
"draco",
|
|
"geos",
|
|
"glew",
|
|
"libwebp",
|
|
"libzip",
|
|
"opengl",
|
|
{
|
|
"name": "osg",
|
|
"default-features": false,
|
|
"features": [
|
|
"plugins"
|
|
]
|
|
},
|
|
"protobuf",
|
|
"pthreads",
|
|
"sqlite3",
|
|
"tinyxml",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"default-features"
|
|
],
|
|
"features": {
|
|
"blend2d": {
|
|
"description": "Enable Blend2D support",
|
|
"dependencies": [
|
|
"blend2d"
|
|
]
|
|
},
|
|
"default-features": {
|
|
"description": "Platform-dependent default features",
|
|
"dependencies": [
|
|
{
|
|
"name": "osgearth",
|
|
"default-features": false,
|
|
"features": [
|
|
"blend2d"
|
|
],
|
|
"platform": "!arm & !uwp & !wasm32"
|
|
}
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "Build tools"
|
|
}
|
|
}
|
|
}
|