input and text and stuff

This commit is contained in:
2026-02-12 17:14:50 +01:00
parent 5b27529cf8
commit 3db5b5e094
4 changed files with 197 additions and 24 deletions

View File

@@ -6,4 +6,10 @@ edition.workspace = true
[dependencies]
g13-driver.workspace = true
embedded-graphics = "0.8"
mlua = { version = "0.11.6", features = ["luau-jit", "async", "macros", "serde"] }
mlua = { version = "0.11.6", features = [
"luau-jit",
"async",
"macros",
"serde",
] }
ctrlc = "3.5"