vcpkg/ports/mapbox-polylabel/vcpkg.json
Mathis Logemann 338964e3ff
[mapbox-geometry,mapbox-polylabel,geojson-vt-cpp,geojson-cpp] new ports (#16838)
* 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>
2021-04-01 10:04:08 -07:00

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