aboutsummaryrefslogtreecommitdiff
path: root/ports/libuvc/vcpkg.json
blob: ee9766b69ebff12a8594b6c2002e50a3231ae151 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "libuvc",
  "version-date": "2020-11-24",
  "port-version": 2,
  "description": "a cross-platform library for USB video devices",
  "homepage": "https://github.com/libuvc/libuvc",
  "supports": "linux",
  "dependencies": [
    "libjpeg-turbo",
    "libusb",
    "libusb",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}