vcpkg/ports/mapbox-polylabel/vcpkg.json
2024-10-15 00:30:22 -07:00

12 lines
318 B
JSON

{
"name": "mapbox-polylabel",
"version-semver": "2.0.1",
"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"
]
}