functional runtime

This commit is contained in:
2026-02-15 22:27:08 +08:00
parent 285fdcab1f
commit 44556ca3a1
5 changed files with 176 additions and 6 deletions

View File

@@ -45,6 +45,7 @@ gif = "0.14.1"
raw-window-handle = "0.6"
enigo = { version = "0.6.1", features = ["wayland"] }
lazy_static = "1.5.0"
mlua = { version = "0.9", default-features = false, features = ["lua54", "vendored"] }
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
tauri-plugin-global-shortcut = "2"
tauri-plugin-positioner = "2"