vcpkg/ports/google-cloud-cpp/vcpkg.json
Carlos O'Ryan 2afee4c5aa
[google-cloud-cpp] update to the latest release (v1.26.0) (#17027)
* [google-cloud-cpp] update to the latest release (v1.26.0)

* Reset port version after update
2021-04-02 12:38:26 -07:00

25 lines
458 B
JSON

{
"name": "google-cloud-cpp",
"version": "1.26.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"
]
}