mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:49:09 +08:00
2afee4c5aa
* [google-cloud-cpp] update to the latest release (v1.26.0) * Reset port version after update
25 lines
458 B
JSON
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"
|
|
]
|
|
}
|