mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-21 20:13:02 +08:00
a80a5e9b5f
* [protobuf] upgrade to latest release (v3.19.4) * [protobuf] upgrade to latest release (v3.19.4) - update version
20 lines
401 B
JSON
20 lines
401 B
JSON
{
|
|
"name": "protozero",
|
|
"version-semver": "1.7.0",
|
|
"port-version": 1,
|
|
"description": "Minimalist protocol buffer decoder and encoder in C++",
|
|
"homepage": "https://github.com/mapbox/protozero",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": [
|
|
"protobuf",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|