20 lines
386 B
TOML
20 lines
386 B
TOML
[package]
|
|
name = "g13-joystick"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
g13-driver.workspace = true
|
|
input-linux = "0.7.1"
|
|
embedded-graphics = "0.8.1"
|
|
time = { version = "0.3.47", features = ["formatting", "macros"] }
|
|
tokio = { version = "1.49.0", features = [
|
|
"rt",
|
|
"rt-multi-thread",
|
|
"sync",
|
|
"macros",
|
|
"net",
|
|
"signal",
|
|
"time",
|
|
] }
|