vcpkg/ports/osgearth/vcpkg.json
Paul Levy 0945e17e79
[osgEarth] Update port to osgEarth 3.7 (#41322)
Co-authored-by: Kai Pastor <dg0yt@darc.de>
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2024-10-17 22:28:00 -07:00

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"
}
}
}