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

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[workspace]
resolver = "3"
members = ["driver", "joystick", "mini-game"]
default-members = ["joystick", "mini-game"]
[workspace.package]
version = "0.1.0"
edition = "2024"
[workspace.dependencies]
g13-driver.path = "./driver"