aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libusb/vcpkg.json
blob: 6af7e258ad2fed90836acc68b25dc0ac8d2a6a0c (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": "libusb",
  "version": "1.0.29",
  "port-version": 1,
  "description": "a cross-platform library to access USB devices",
  "homepage": "https://github.com/libusb/libusb",
  "license": "LGPL-2.1-or-later",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-make",
      "host": true,
      "platform": "!windows | mingw"
    },
    {
      "name": "vcpkg-msbuild",
      "host": true,
      "platform": "windows & !mingw"
    }
  ],
  "default-features": [
    {
      "name": "udev",
      "platform": "linux"
    }
  ],
  "features": {
    "udev": {
      "description": "Enable udev",
      "supports": "linux"
    }
  }
}