mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:39:00 +08:00
ecebd63fcb
* Update mapbox-polylabel to 1.1.0 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
12 lines
318 B
JSON
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"
|
|
]
|
|
}
|