vcpkg/ports/protobuf/vcpkg.json
Matthieu Penant cadfaa5a22
[protobuf] update to 3.21.4 (#26061)
* [protobuf] update at 3.21.4

* Update protobuf.json
2022-08-01 09:53:39 -07:00

30 lines
571 B
JSON

{
"name": "protobuf",
"version": "3.21.4",
"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"
]
}
}
}