2021-01-06 04:42:29 +08:00
|
|
|
{
|
|
|
|
"name": "hidapi",
|
2022-01-04 05:42:13 +08:00
|
|
|
"version-semver": "0.11.2",
|
2022-01-05 11:56:55 +08:00
|
|
|
"port-version": 1,
|
2021-01-06 04:42:29 +08:00
|
|
|
"description": "A Simple library for communicating with USB and Bluetooth HID devices on Linux, Mac and Windows.",
|
|
|
|
"homepage": "https://github.com/libusb/hidapi",
|
2021-10-05 08:18:49 +08:00
|
|
|
"license": "BSD-3-Clause-Clear",
|
|
|
|
"supports": "!uwp",
|
2021-05-01 02:11:21 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "libusb",
|
2021-10-05 08:18:49 +08:00
|
|
|
"platform": "!(windows | osx)"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2021-05-01 02:11:21 +08:00
|
|
|
}
|
|
|
|
]
|
2021-01-06 04:42:29 +08:00
|
|
|
}
|