mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:59:00 +08:00
087ef910dd
* [protobuf] Update to 3.20.1 * x-add-version * [protobuf] Fix Linux build error * x-add-version * update protobuf to 3.21.2 and fix build error * x-add-version * Update protobuf.json * add version * x-add-version * fix gazebo build error * x-add-version * update gazebo version * update versions db Co-authored-by: Lily Wang <v-lilywang@microsoft.com> Co-authored-by: Victor Romero <viromer@microsoft.com>
19 lines
367 B
JSON
19 lines
367 B
JSON
{
|
|
"name": "ignition-msgs5",
|
|
"version": "5.3.0",
|
|
"port-version": 6,
|
|
"description": "Middleware protobuf messages for robotics",
|
|
"license": "Apache-2.0",
|
|
"supports": "!(arm | uwp)",
|
|
"dependencies": [
|
|
"ignition-cmake2",
|
|
"ignition-math6",
|
|
{
|
|
"name": "ignition-modularscripts",
|
|
"host": true
|
|
},
|
|
"protobuf",
|
|
"tinyxml2"
|
|
]
|
|
}
|