vcpkg/ports/google-cloud-cpp/vcpkg.json
Carlos O'Ryan c0020eb4e5
[google-cloud-cpp] update to v1.23.0 (#15669)
* [google-cloud-cpp] update to v1.23.0

* Fix versions
2021-01-19 00:47:24 -08:00

20 lines
384 B
JSON

{
"name": "google-cloud-cpp",
"version-string": "1.23.0",
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
"homepage": "https://github.com/googleapis/google-cloud-cpp",
"supports": "!uwp",
"dependencies": [
"abseil",
"crc32c",
{
"name": "curl",
"features": [
"ssl"
]
},
"grpc",
"nlohmann-json"
]
}