diff options
Diffstat (limited to 'ports/google-cloud-cpp/vcpkg.json')
| -rw-r--r-- | ports/google-cloud-cpp/vcpkg.json | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/ports/google-cloud-cpp/vcpkg.json b/ports/google-cloud-cpp/vcpkg.json index b907123b6..446aacacf 100644 --- a/ports/google-cloud-cpp/vcpkg.json +++ b/ports/google-cloud-cpp/vcpkg.json @@ -1,7 +1,6 @@ { "name": "google-cloud-cpp", - "version": "1.30.1", - "port-version": 1, + "version": "1.31.0", "description": "C++ Client Libraries for Google Cloud Platform APIs.", "homepage": "https://github.com/googleapis/google-cloud-cpp", "license": "Apache-2.0", @@ -48,6 +47,28 @@ } ] }, + "experimental-storage-grpc": { + "description": "The GCS+gRPC plugin", + "dependencies": [ + { + "name": "google-cloud-cpp", + "default-features": false, + "features": [ + "storage" + ] + }, + "grpc", + { + "name": "grpc", + "host": true + }, + "protobuf", + { + "name": "protobuf", + "host": true + } + ] + }, "firestore": { "description": "Community contributions to interact with Firestore" }, |
