vcpkg/ports/geographiclib/vcpkg.json
Charles Karney 979a4d366b
[geographiclib] update version to 2.1.2 (#28321)
* [geographiclib] changes for 2.1.2

* [geographiclib] Update to version 2.1.2
2022-12-14 10:38:14 -08:00

24 lines
481 B
JSON

{
"name": "geographiclib",
"version": "2.1.2",
"description": "GeographicLib, a C++ library for performing geographic conversions",
"homepage": "https://geographiclib.sourceforge.io",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "The GeographicLib tools",
"supports": "!uwp"
}
}
}