vcpkg/ports/hidapi/vcpkg.json
autoantwort da9defc3bd
[hidapi] fix mac build (#17610)
* [hidapi] fix mac os build

* add version files
2021-05-01 09:53:06 -07:00

15 lines
361 B
JSON

{
"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"
}
]
}