vcpkg/ports/clipper2/vcpkg.json
Andrew Kornilov bb9766f573
[clipper2] Add new port (#29303)
* [clipper2] Add new port

* [clipper2] Add usage. Static-only for windows

* [clipper2] Update hash
2023-02-02 20:04:34 -08:00

14 lines
256 B
JSON

{
"name": "clipper2",
"version": "1.1.1",
"description": "Polygon Clipping and Offsetting",
"homepage": "http://www.angusj.com/clipper2",
"license": "BSL-1.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}