mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:41:38 +08:00
979a4d366b
* [geographiclib] changes for 2.1.2 * [geographiclib] Update to version 2.1.2
24 lines
481 B
JSON
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"
|
|
}
|
|
}
|
|
}
|