redox/recipes/wip/libs/other/libhidapi/recipe.toml
2026-03-22 17:36:16 -03:00

12 lines
266 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 = "hidapi-0.15.0"
shallow_clone = true
[build]
template = "cmake"
dependencies = [
"libiconv",
]