mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
9f3018fc93
* Update console-bridge to 1.0.2 * Update CI baseline * Address suggestions * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
18 lines
428 B
JSON
18 lines
428 B
JSON
{
|
|
"name": "console-bridge",
|
|
"version-semver": "1.0.2",
|
|
"description": "A ROS-independent package for logging that seamlessly pipes into rosconsole/rosout for ROS-dependent packages.",
|
|
"homepage": "https://github.com/ros/console_bridge",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|