mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:30:38 +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>
17 lines
321 B
JSON
17 lines
321 B
JSON
{
|
|
"name": "ignition-msgs1",
|
|
"version": "1.0.0",
|
|
"port-version": 6,
|
|
"description": "Middleware protobuf messages for robotics",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
"ignition-cmake0",
|
|
"ignition-math4",
|
|
{
|
|
"name": "ignition-modularscripts",
|
|
"host": true
|
|
},
|
|
"protobuf"
|
|
]
|
|
}
|