mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 21:11:47 +08:00
4fb865b8b7
* [protobuf] Fix deprecation warning in vcpkg_check_feature() * Update versions * Update keyword * Update versions/p-/protobuf.json
22 lines
441 B
JSON
22 lines
441 B
JSON
{
|
|
"name": "protobuf",
|
|
"version-string": "3.14.0",
|
|
"port-version": 4,
|
|
"description": "Protocol Buffers - Google's data interchange format",
|
|
"homepage": "https://github.com/protocolbuffers/protobuf",
|
|
"dependencies": [
|
|
{
|
|
"name": "protobuf",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"zlib": {
|
|
"description": "ZLib based features like Gzip streams",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|