aboutsummaryrefslogtreecommitdiff
path: root/ports/hidapi/vcpkg.json
blob: b4b1f1a73117f65b5fd80aab09f6ce46dd972752 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "hidapi",
  "version-semver": "0.10.1",
  "port-version": 2,
  "description": "A Simple library for communicating with USB and Bluetooth HID devices on Linux, Mac and Windows.",
  "homepage": "https://github.com/libusb/hidapi",
  "supports": "!(arm | uwp)",
  "dependencies": [
    {
      "name": "libusb",
      "platform": "!windows"
    }
  ]
}