vcpkg/ports/mapbox-polylabel/vcpkg.json
chausner ecebd63fcb
[mapbox-polylabel] Update to 1.1.0 (#29179)
* Update mapbox-polylabel to 1.1.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-26 19:14:03 -08:00

12 lines
318 B
JSON

{
"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"
]
}