feat: working osk

This commit is contained in:
eneller
2026-01-24 18:11:33 +01:00
parent cade0046bf
commit 3b5d304845
4 changed files with 107 additions and 22 deletions

View File

@@ -23,9 +23,16 @@ tauri-plugin-opener = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
enigo = "0.6.1"
raw-window-handle = "0.6.2"
[target.'cfg(target_os = "windows")'.dependencies]
windows = { version = "0.62.2", features = [
"Win32_UI_WindowsAndMessaging",
"Win32_Foundation"
] }
[target.'cfg(target_os = "linux")'.dependencies]
x11 = { version = "2.21.0", features = ["xlib"] }
raw-window-handle = "0.6.2"
[profile.dev]
incremental = true # Compile your binary in smaller steps.