2021-01-21 08:58:11 -08:00
|
|
|
{
|
|
|
|
"name": "osgearth",
|
2021-09-27 22:39:25 -04:00
|
|
|
"version": "3.2",
|
2022-04-13 20:26:56 +02:00
|
|
|
"port-version": 5,
|
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",
|
2021-03-25 13:28:42 -07:00
|
|
|
"supports": "!(x86 | wasm32)",
|
2021-01-21 08:58:11 -08:00
|
|
|
"dependencies": [
|
|
|
|
"basisu",
|
2021-12-13 17:21:14 -08:00
|
|
|
"blend2d",
|
2021-12-02 19:40:02 -08:00
|
|
|
"cfitsio",
|
2021-01-21 08:58:11 -08:00
|
|
|
"draco",
|
|
|
|
"geos",
|
|
|
|
"glew",
|
|
|
|
"libwebp",
|
|
|
|
"libzip",
|
|
|
|
"opengl",
|
|
|
|
{
|
|
|
|
"name": "osg",
|
|
|
|
"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
|
|
|
|
}
|
2021-03-25 13:28:42 -07:00
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"tools"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"tools": {
|
|
|
|
"description": "Build tools"
|
|
|
|
}
|
|
|
|
}
|
2021-01-21 08:58:11 -08:00
|
|
|
}
|