Poll devices for input

This commit is contained in:
Marc Riera 2023-02-28 00:03:28 +01:00
parent 7e640edcc6
commit 382990f596
3 changed files with 29 additions and 28 deletions

View file

@ -3,8 +3,5 @@ name = "ddgo-pnp-controller"
version = "0.1.0"
edition = "2021"
[package.metadata.cross.target.arm-unknown-linux-musleabi]
pre-build = ["apt-get update && apt-get install -y python3"]
[dependencies]
evdev = "0.12.1"