aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mapbox-polylabel/vcpkg.json
blob: 59e6722833ff3081b1c03eb9815edcead755ad49 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "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"
  ]
}