mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 22:09:01 +08:00
d6f3c6f064
Separated out into its own PR because it needed to add to a "supports" in a feature. In support of https://github.com/microsoft/vcpkg/pull/21502
14 lines
328 B
JSON
14 lines
328 B
JSON
{
|
|
"name": "geographiclib",
|
|
"version": "1.52",
|
|
"port-version": 2,
|
|
"description": "GeographicLib, a C++ library for performing geographic conversions",
|
|
"homepage": "https://geographiclib.sourceforge.io",
|
|
"features": {
|
|
"tools": {
|
|
"description": "The GeographicLib tools",
|
|
"supports": "!uwp"
|
|
}
|
|
}
|
|
}
|