11 lines
243 B
TOML
11 lines
243 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"] }
|