mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 21:28:59 +08:00
da9defc3bd
* [hidapi] fix mac os build * add version files
15 lines
361 B
JSON
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"
|
|
}
|
|
]
|
|
}
|