mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:06:36 +08:00
39b4197519
* [geos] Update to v3.11.2 * [geos] Update baseline * [geos] Fix GCC 13 build * [geos] Update baseline
18 lines
313 B
JSON
18 lines
313 B
JSON
{
|
|
"name": "geos",
|
|
"version": "3.11.2",
|
|
"description": "Geometry Engine Open Source",
|
|
"homepage": "https://libgeos.org/",
|
|
"license": "LGPL-2.1-only",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|