mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
11 lines
272 B
TOML
11 lines
272 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/libusb/hidapi/blob/master/BUILD.cmake.md
|
|
[source]
|
|
git = "https://github.com/libusb/hidapi"
|
|
rev = "d3013f0af3f4029d82872c1a9487ea461a56dee4"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"libiconv",
|
|
]
|