2021-01-21 08:58:11 -08:00
|
|
|
{
|
|
|
|
"name": "osgearth",
|
2024-10-18 01:28:00 -04:00
|
|
|
"version": "3.7",
|
2021-09-27 22:39:25 -04:00
|
|
|
"description": "osgEarth - Dynamic map generation toolkit for OpenSceneGraph Copyright 2021 Pelican Mapping.",
|
2021-01-21 08:58:11 -08:00
|
|
|
"homepage": "https://github.com/gwaldron/osgearth",
|
2022-07-06 17:45:30 -04:00
|
|
|
"license": "LGPL-3.0-or-later",
|
2024-10-18 01:28:00 -04:00
|
|
|
"supports": "!(arm | x86 | wasm32 | xbox)",
|
2021-01-21 08:58:11 -08:00
|
|
|
"dependencies": [
|
|
|
|
"basisu",
|
2023-05-24 15:14:06 -04:00
|
|
|
"blosc",
|
2021-12-02 19:40:02 -08:00
|
|
|
"cfitsio",
|
2021-01-21 08:58:11 -08:00
|
|
|
"draco",
|
|
|
|
"geos",
|
|
|
|
"glew",
|
|
|
|
"libwebp",
|
|
|
|
"opengl",
|
|
|
|
{
|
|
|
|
"name": "osg",
|
2022-06-20 22:49:37 +02:00
|
|
|
"default-features": false,
|
2021-01-21 08:58:11 -08:00
|
|
|
"features": [
|
|
|
|
"plugins"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"protobuf",
|
2021-12-02 19:40:02 -08:00
|
|
|
"pthreads",
|
2021-01-27 14:24:07 -08:00
|
|
|
"sqlite3",
|
2021-12-13 17:21:14 -08:00
|
|
|
"tinyxml",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
2022-07-06 17:45:30 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2021-12-13 17:21:14 -08:00
|
|
|
}
|
2021-03-25 13:28:42 -07:00
|
|
|
],
|
|
|
|
"default-features": [
|
2022-06-20 22:49:37 +02:00
|
|
|
"default-features"
|
2021-03-25 13:28:42 -07:00
|
|
|
],
|
|
|
|
"features": {
|
2022-06-20 22:49:37 +02:00
|
|
|
"blend2d": {
|
|
|
|
"description": "Enable Blend2D support",
|
|
|
|
"dependencies": [
|
|
|
|
"blend2d"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"default-features": {
|
|
|
|
"description": "Platform-dependent default features",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "osgearth",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"blend2d"
|
|
|
|
],
|
2023-02-03 14:39:12 -06:00
|
|
|
"platform": "!(arm & windows) & !uwp & !wasm32"
|
2022-06-20 22:49:37 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-03-25 13:28:42 -07:00
|
|
|
"tools": {
|
|
|
|
"description": "Build tools"
|
|
|
|
}
|
|
|
|
}
|
2021-01-21 08:58:11 -08:00
|
|
|
}
|