mirror of
https://github.com/marcriera/ddgo-pnp-controller.git
synced 2025-04-29 21:37:04 +02:00
First version working on an actual PNP unit
This commit is contained in:
parent
c1f0aa2a89
commit
974dcce2d7
2 changed files with 8 additions and 6 deletions
|
@ -3,7 +3,10 @@ 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"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
evdev-rs = "0.6.1"
|
||||
evdev-rs = "0.6.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue