redox/recipes/wip/libs/other/libhidapi/recipe.toml
2025-10-08 14:55:56 -03:00

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",
]