mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 20:38:59 +08:00
22d7c8b375
* Remove/fix unused patch files * Bump port versions * Update git-tree hash * Fix corrupt patch * Update git-tree hash * Apply suggestions from code review Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update git-tree hash Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
35 lines
628 B
JSON
35 lines
628 B
JSON
{
|
|
"name": "osgearth",
|
|
"version": "3.2",
|
|
"port-version": 1,
|
|
"description": "osgEarth - Dynamic map generation toolkit for OpenSceneGraph Copyright 2021 Pelican Mapping.",
|
|
"homepage": "https://github.com/gwaldron/osgearth",
|
|
"supports": "!(x86 | wasm32)",
|
|
"dependencies": [
|
|
"basisu",
|
|
"draco",
|
|
"geos",
|
|
"glew",
|
|
"libwebp",
|
|
"libzip",
|
|
"opengl",
|
|
{
|
|
"name": "osg",
|
|
"features": [
|
|
"plugins"
|
|
]
|
|
},
|
|
"protobuf",
|
|
"sqlite3",
|
|
"tinyxml"
|
|
],
|
|
"default-features": [
|
|
"tools"
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build tools"
|
|
}
|
|
}
|
|
}
|