Switch to evdev, split into modules

This commit is contained in:
Marc Riera 2023-02-26 11:53:36 +01:00
parent d1df749e38
commit 7e640edcc6
5 changed files with 158 additions and 133 deletions

View file

@ -6,7 +6,5 @@ edition = "2021"
[package.metadata.cross.target.arm-unknown-linux-musleabi]
pre-build = ["apt-get update && apt-get install -y python3"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
evdev-rs = "0.6.1"
evdev = "0.12.1"