mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 14:54:20 +08:00
10 lines
258 B
TOML
10 lines
258 B
TOML
#TODO missing script for CMake, see https://github.com/libusb/hidapi/blob/master/BUILD.cmake.md
|
|
[source]
|
|
git = "https://github.com/libusb/hidapi"
|
|
rev = "d3013f0af3f4029d82872c1a9487ea461a56dee4"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"libiconv",
|
|
]
|