aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gz-gui/vcpkg.json
blob: d328db8cb4ef9f1abf0c4c86e95a00e476bf77be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "name": "gz-gui",
  "version": "9.0.0",
  "port-version": 1,
  "description": "Gazebo GUI builds on top of Qt to provide widgets which are useful when developing robotics applications, such as a 3D view, plots, dashboard, etc, and can be used together in a convenient unified interface.",
  "homepage": "https://gazebosim.org/libs/gui",
  "license": "Apache-2.0",
  "dependencies": [
    "gz-cmake",
    "gz-common",
    "gz-math",
    "gz-msgs",
    "gz-plugin",
    "gz-rendering",
    "gz-transport",
    "gz-utils",
    {
      "name": "ignition-modularscripts",
      "host": true
    },
    "protobuf",
    {
      "name": "qt5-base",
      "default-features": false
    },
    {
      "name": "qt5-quickcontrols2",
      "default-features": false
    },
    "sdformat",
    "tinyxml2"
  ]
}