vcpkg/ports/protobuf/vcpkg.json
NancyLi1013 4fb865b8b7
[protobuf] Fix deprecation warning in vcpkg_check_feature() (#16997)
* [protobuf] Fix deprecation warning in vcpkg_check_feature()

* Update versions

* Update keyword

* Update versions/p-/protobuf.json
2021-04-01 10:32:41 -07:00

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"
]
}
}
}