vcpkg/ports/gz-tools2/vcpkg.json

17 lines
392 B
JSON
Raw Normal View History

{
"name": "gz-tools2",
"version": "2.0.0",
2023-05-05 01:21:32 +08:00
"port-version": 1,
"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": [
2023-05-05 01:21:32 +08:00
"gz-cmake3",
{
"name": "ignition-modularscripts",
"host": true
}
]
}