redox/recipes/wip/libs/libhidapi/recipe.toml
2024-05-11 04:50:16 +00:00

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