winZoom it works similar to hyprland zoom but with typecursor follow

This commit is contained in:
2026-05-27 14:33:18 +02:00
parent 0608f1f1aa
commit 775c222448
11 changed files with 1760 additions and 1206 deletions
+14 -5
View File
@@ -8,11 +8,20 @@ name = "iwaku"
path = "src/main.rs"
[dependencies]
image = { version = "0.25", features = ["png"] }
tiny-skia = "0.11"
serde = { version = "1", features = ["derive"] }
anyhow = "1"
serde_json = "1.0.149"
windows = { version = "0.58", features = [
"Win32_Foundation",
"Win32_Graphics_Gdi",
"Win32_System_Com",
"Win32_System_LibraryLoader",
"Win32_System_Ole",
"Win32_UI_Accessibility",
"Win32_UI_HiDpi",
"Win32_UI_Input_KeyboardAndMouse",
"Win32_UI_Magnification",
"Win32_UI_Shell",
"Win32_UI_WindowsAndMessaging",
] }
tray-icon = "0.17"
[profile.release]
opt-level = 3