mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:11:49 +08:00
ce73eebf08
* Update geos to 3.10.0 * Enable geos on uwp * Update versions * Fix mingw build * Fix deinstallation * Update versions
17 lines
299 B
JSON
17 lines
299 B
JSON
{
|
|
"name": "geos",
|
|
"version": "3.10.0",
|
|
"description": "Geometry Engine Open Source",
|
|
"homepage": "https://www.osgeo.org/projects/geos/",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|