diff options
Diffstat (limited to 'vcpkg/ports/mapbox-geojson-cpp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/mapbox-geojson-cpp/vcpkg.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vcpkg/ports/mapbox-geojson-cpp/vcpkg.json b/vcpkg/ports/mapbox-geojson-cpp/vcpkg.json new file mode 100644 index 0000000..c9024a3 --- /dev/null +++ b/vcpkg/ports/mapbox-geojson-cpp/vcpkg.json @@ -0,0 +1,11 @@ +{ + "name": "mapbox-geojson-cpp", + "version-semver": "0.5.1", + "port-version": 1, + "description": "A C++14 library for converting GeoJSON into geometry.hpp representation", + "homepage": "https://github.com/mapbox/geojson-cpp", + "dependencies": [ + "mapbox-geometry", + "mapbox-variant" + ] +} |