aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gz-sim/vcpkg.json
blob: e9ccf97a08e72410bcf226beaec32fa41618de7a (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
{
  "name": "gz-sim",
  "version": "9.0.0",
  "port-version": 1,
  "description": "Gazebo Sim is an open source robotics simulator.",
  "homepage": "https://gazebosim.org/libs/sim",
  "license": "Apache-2.0",
  "dependencies": [
    "gz-cmake",
    "gz-common",
    "gz-fuel-tools",
    "gz-gui",
    "gz-math",
    "gz-msgs",
    "gz-physics",
    "gz-plugin",
    "gz-rendering",
    "gz-sensors",
    "gz-transport",
    "gz-utils",
    {
      "name": "ignition-modularscripts",
      "host": true
    },
    "sdformat"
  ]
}