vcpkg/ports/mapbox-polylabel/vcpkg.json

12 lines
318 B
JSON
Raw Normal View History

{
"name": "mapbox-polylabel",
"version-semver": "1.1.0",
"description": "A fast algorithm for finding the pole of inaccessibility of a polygon (in JavaScript and C++)",
"homepage": "https://github.com/mapbox/polylabel",
"license": "ISC",
"dependencies": [
"mapbox-geometry",
"mapbox-variant"
]
}