Pre-bevy minigame commit

This commit is contained in:
2026-02-10 12:32:01 +01:00
commit 498d0b1ba8
14 changed files with 1316 additions and 0 deletions

19
joystick/Cargo.toml Normal file
View File

@@ -0,0 +1,19 @@
[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",
] }