mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:39:00 +08:00
c0020eb4e5
* [google-cloud-cpp] update to v1.23.0 * Fix versions
20 lines
384 B
JSON
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"
|
|
]
|
|
}
|