aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gz-gui/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/gz-gui/vcpkg.json')
-rw-r--r--vcpkg/ports/gz-gui/vcpkg.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/vcpkg/ports/gz-gui/vcpkg.json b/vcpkg/ports/gz-gui/vcpkg.json
new file mode 100644
index 0000000..d328db8
--- /dev/null
+++ b/vcpkg/ports/gz-gui/vcpkg.json
@@ -0,0 +1,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"
+ ]
+}