aboutsummaryrefslogtreecommitdiff
path: root/ports/mapbox-geojson-cpp/vcpkg.json
blob: e3a4f681f2b70b551f39711bfde67c625f832a3a (plain)
1
2
3
4
5
6
7
8
9
{
  "name": "mapbox-geojson-cpp",
  "version-semver": "0.5.1",
  "description": "A C++14 library for converting GeoJSON into geometry.hpp representation",
  "homepage": "https://github.com/mapbox/geojson-cpp",
  "dependencies": [
    "mapbox-geometry"
  ]
}