aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gz-common/vcpkg.json
blob: 9694cbb0442c4e3d67c85dfaaa986547c9009978 (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
34
35
36
37
38
39
40
41
42
{
  "name": "gz-common",
  "version": "6.0.2",
  "port-version": 2,
  "description": "Common libraries for robotics applications",
  "homepage": "https://gazebosim.org/libs/common/",
  "license": "Apache-2.0",
  "dependencies": [
    "assimp",
    {
      "name": "dlfcn-win32",
      "platform": "windows | uwp"
    },
    {
      "name": "ffmpeg",
      "default-features": false,
      "features": [
        "avcodec",
        "avdevice",
        "avformat",
        "swscale"
      ]
    },
    "freeimage",
    {
      "name": "gdal",
      "default-features": false
    },
    "gz-cmake",
    "gz-math",
    "gz-utils",
    {
      "name": "ignition-modularscripts",
      "host": true
    },
    {
      "name": "libuuid",
      "platform": "!windows & !osx"
    },
    "tinyxml2"
  ]
}