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

8
driver/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "g13-driver"
version.workspace = true
edition.workspace = true
[dependencies]
embedded-graphics-core = "0.4.0"
nusb = { version = "0.2.1", features = ["tokio"] }