aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gz-plugin/vcpkg.json
blob: c24cbe4371f747a79c885276aa61aac6440877a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "gz-plugin",
  "version": "3.0.0",
  "description": "Library for registering plugin libraries and dynamically loading them at runtime",
  "homepage": "https://ignitionrobotics.org/libs/plugin",
  "license": null,
  "supports": "!arm & !android",
  "dependencies": [
    {
      "name": "dlfcn-win32",
      "platform": "windows | uwp"
    },
    "gz-cmake",
    "gz-utils",
    {
      "name": "ignition-modularscripts",
      "host": true
    }
  ]
}