mouse stuff
This commit is contained in:
@@ -4,12 +4,8 @@ version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
g13-driver.workspace = true
|
||||
embedded-graphics = "0.8"
|
||||
mlua = { version = "0.11.6", features = [
|
||||
"luau-jit",
|
||||
"async",
|
||||
"macros",
|
||||
"serde",
|
||||
] }
|
||||
ctrlc = "3.5"
|
||||
embedded-graphics = "0.8"
|
||||
g13-driver.workspace = true
|
||||
mlua = { version = "0.11.6", features = ["lua54", "async", "macros", "serde"] }
|
||||
time = { version = "0.3.47", features = ["formatting", "macros"] }
|
||||
|
||||
Reference in New Issue
Block a user