mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
f6a1d122a0
* [protopuf] Update to 2.2.1 * [protopuf] run x-add-version
18 lines
411 B
JSON
18 lines
411 B
JSON
{
|
|
"name": "protopuf",
|
|
"version": "2.2.1",
|
|
"description": "A little, highly templated, and protobuf-compatible serialization/deserialization library written in C++20",
|
|
"homepage": "https://github.com/PragmaTwice/protopuf",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|