feat: detect current active monitor via mouse cursor

This commit is contained in:
2026-08-26 19:44:34 +05:00
parent 4c33bba276
commit c54741ec0a
3 changed files with 28 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
slint = { version = "1.16.1", features = ["renderer-skia", "serde"] }
toml = "1.1.4"
windows = { version = "0.62.2", features = ["Win32_UI_WindowsAndMessaging", "Win32_Foundation"] }
winit = "0.30"
winreg = "0.56.0"