mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:49:33 +08:00
19 lines
415 B
JSON
19 lines
415 B
JSON
|
{
|
||
|
"name": "ignition-tools",
|
||
|
"version": "1.5.0",
|
||
|
"description": "Gazebo tools provide the ign command line tool that accepts multiple subcommands.",
|
||
|
"homepage": "https://gazebosim.org",
|
||
|
"license": "Apache-2.0",
|
||
|
"supports": "!(arm & windows) & !uwp",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|