vcpkg/ports/hidapi/vcpkg.json
JoergAtGithub 4565f4cabb
[hidapi] Update hidapi to version 0.13.1 (#28759)
* Update hidapi to version 0.13.1

* Removed 0.13.0 from hidapi.json
2023-01-11 16:26:53 -08:00

23 lines
504 B
JSON

{
"name": "hidapi",
"version-semver": "0.13.1",
"description": "A Simple library for communicating with USB and Bluetooth HID devices on Linux, Mac and Windows.",
"homepage": "https://github.com/libusb/hidapi",
"license": "BSD-3-Clause-Clear",
"supports": "!uwp",
"dependencies": [
{
"name": "libusb",
"platform": "!(windows | osx)"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}