mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 03:11:38 +08:00
e16a8ac6dc
* fix protobuf-3.18 mingw build * fix protobuf-3.18 mingw build
22 lines
441 B
JSON
22 lines
441 B
JSON
{
|
|
"name": "protobuf",
|
|
"version-semver": "3.18.0",
|
|
"port-version": 1,
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|