mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:43:11 +08:00
0945e17e79
Co-authored-by: Kai Pastor <dg0yt@darc.de> Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
65 lines
1.3 KiB
JSON
65 lines
1.3 KiB
JSON
{
|
|
"name": "osgearth",
|
|
"version": "3.7",
|
|
"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": "!(arm | x86 | wasm32 | xbox)",
|
|
"dependencies": [
|
|
"basisu",
|
|
"blosc",
|
|
"cfitsio",
|
|
"draco",
|
|
"geos",
|
|
"glew",
|
|
"libwebp",
|
|
"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 & windows) & !uwp & !wasm32"
|
|
}
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "Build tools"
|
|
}
|
|
}
|
|
}
|