[desktop] support for windows notifications

This commit is contained in:
Vladimir Stoilov
2024-05-17 11:11:48 +03:00
parent ff488351e4
commit 99b84d3f46
3 changed files with 112 additions and 57 deletions

View File

@@ -61,6 +61,7 @@ gio-sys = "0.18.1"
[target.'cfg(target_os = "windows")'.dependencies]
windows-service = "0.6.0"
windows = { version = "0.54.0", features = ["Win32_Foundation", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging"] }
tauri-winrt-notification = "0.3.0"
[dev-dependencies]
which = "6.0.0"