mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 04:19:00 +08:00
338964e3ff
* added geometry * added mapbox-polylabel * added versions * add port geojson-vt-cpp * add version * fix formatting * fix version * eh ok * version... * add geojson * add version * false version * fix internal version * use semver string Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * fix versions * added mapbox prefix to name. fixed description * changed versions Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
11 lines
298 B
JSON
11 lines
298 B
JSON
{
|
|
"name": "mapbox-polylabel",
|
|
"version-semver": "1.0.4",
|
|
"description": "A fast algorithm for finding the pole of inaccessibility of a polygon (in JavaScript and C++)",
|
|
"homepage": "https://github.com/mapbox/polylabel",
|
|
"dependencies": [
|
|
"mapbox-geometry",
|
|
"mapbox-variant"
|
|
]
|
|
}
|