mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
afbbb6c101
* [mapbox-geojson-cpp] has mapbox-variant dependency * [mapbox-geojson-cpp]: port-version bump * [mapbox-geojson-cpp] x-add-version
12 lines
301 B
JSON
12 lines
301 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|