mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 20:29:00 +08:00
751fc199af
* [google-cloud-cpp] update to latest (v1.28.0) version
* Address review comments
* Revert "Address review comments"
This reverts commit db47320dda
.
25 lines
458 B
JSON
25 lines
458 B
JSON
{
|
|
"name": "google-cloud-cpp",
|
|
"version": "1.28.0",
|
|
"description": "C++ Client Libraries for Google Cloud Platform APIs.",
|
|
"homepage": "https://github.com/googleapis/google-cloud-cpp",
|
|
"license": "Apache-2.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"abseil",
|
|
"crc32c",
|
|
{
|
|
"name": "curl",
|
|
"features": [
|
|
"ssl"
|
|
]
|
|
},
|
|
{
|
|
"name": "grpc",
|
|
"host": true
|
|
},
|
|
"grpc",
|
|
"nlohmann-json"
|
|
]
|
|
}
|