2021-01-22 00:58:11 +08:00
|
|
|
{
|
|
|
|
"name": "osgearth",
|
|
|
|
"version": "3.1",
|
2021-06-10 06:27:43 +08:00
|
|
|
"port-version": 4,
|
2021-01-22 00:58:11 +08:00
|
|
|
"description": "osgEarth - Dynamic map generation toolkit for OpenSceneGraph Copyright 2015 Pelican Mapping.",
|
|
|
|
"homepage": "https://github.com/gwaldron/osgearth",
|
2021-03-26 04:28:42 +08:00
|
|
|
"supports": "!(x86 | wasm32)",
|
2021-01-22 00:58:11 +08:00
|
|
|
"dependencies": [
|
|
|
|
"basisu",
|
|
|
|
"draco",
|
|
|
|
"geos",
|
|
|
|
"glew",
|
|
|
|
"libwebp",
|
|
|
|
"libzip",
|
|
|
|
"opengl",
|
|
|
|
{
|
|
|
|
"name": "osg",
|
|
|
|
"features": [
|
|
|
|
"plugins"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"protobuf",
|
2021-01-28 06:24:07 +08:00
|
|
|
"sqlite3",
|
|
|
|
"tinyxml"
|
2021-03-26 04:28:42 +08:00
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"tools"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"tools": {
|
|
|
|
"description": "Build tools"
|
|
|
|
}
|
|
|
|
}
|
2021-01-22 00:58:11 +08:00
|
|
|
}
|