feat(shortcuts): add helper written in egui

This commit is contained in:
LGUG2Z
2025-05-04 12:41:47 -07:00
parent ee89b344df
commit 228e03efd8
13 changed files with 256 additions and 15 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ shadow-rs = { workspace = true }
[features]
default = ["schemars"]
schemars = ["dep:schemars"]
schemars = ["dep:schemars", "komorebi-client/schemars"]
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(FALSE)'] }