mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 15:49:06 +08:00
71ffad876d
* [geographiclib] Update to version 1.52 * run ./vcpkg x-add-version geographiclib * ports/geographiclib/vcpkg.json: version-string -> version * Another iteration with x-add-version
12 lines
281 B
JSON
12 lines
281 B
JSON
{
|
|
"name": "geographiclib",
|
|
"version": "1.52",
|
|
"description": "GeographicLib, a C++ library for performing geographic conversions",
|
|
"homepage": "https://geographiclib.sourceforge.io",
|
|
"features": {
|
|
"tools": {
|
|
"description": "The GeographicLib tools"
|
|
}
|
|
}
|
|
}
|