mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:39:00 +08:00
1af1e604cd
* update protozero to 1.7.0 * update versions * apply suggestions * version
10 lines
222 B
JSON
10 lines
222 B
JSON
{
|
|
"name": "protozero",
|
|
"version-semver": "1.7.0",
|
|
"description": "Minimalist protocol buffer decoder and encoder in C++",
|
|
"homepage": "https://github.com/mapbox/protozero",
|
|
"dependencies": [
|
|
"protobuf"
|
|
]
|
|
}
|