vcpkg/ports/protobuf/vcpkg.json
Matthieu Penant eb873d2614
[protobuf] updated version 3.21.8 (#27331)
* protobuf 3.21.8

* Update protobuf.json

Co-authored-by: Lily Wang <494550702@qq.com>
2022-10-21 15:27:22 -07:00

30 lines
571 B
JSON

{
"name": "protobuf",
"version": "3.21.8",
"description": "Protocol Buffers - Google's data interchange format",
"homepage": "https://github.com/protocolbuffers/protobuf",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "protobuf",
"host": true
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"zlib": {
"description": "ZLib based features like Gzip streams",
"dependencies": [
"zlib"
]
}
}
}