mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 04:39:01 +08:00
12 lines
318 B
JSON
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"
|
|
]
|
|
}
|