pineapple/externals/vcpkg/ports/osgearth/vcpkg.json
2022-07-23 03:01:36 +02:00

41 lines
735 B
JSON
Executable file

{
"name": "osgearth",
"version": "3.2",
"port-version": 5,
"description": "osgEarth - Dynamic map generation toolkit for OpenSceneGraph Copyright 2021 Pelican Mapping.",
"homepage": "https://github.com/gwaldron/osgearth",
"supports": "!(x86 | wasm32)",
"dependencies": [
"basisu",
"blend2d",
"cfitsio",
"draco",
"geos",
"glew",
"libwebp",
"libzip",
"opengl",
{
"name": "osg",
"features": [
"plugins"
]
},
"protobuf",
"pthreads",
"sqlite3",
"tinyxml",
{
"name": "vcpkg-cmake",
"host": true
}
],
"default-features": [
"tools"
],
"features": {
"tools": {
"description": "Build tools"
}
}
}