vcpkg/ports/clipper2/vcpkg.json

18 lines
324 B
JSON
Raw Normal View History

{
"name": "clipper2",
2024-09-04 02:58:19 +08:00
"version": "1.4.0",
"description": "Polygon Clipping and Offsetting",
"homepage": "http://www.angusj.com/clipper2",
"license": "BSL-1.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
2024-09-04 02:58:19 +08:00
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}