Skip to content

Commit

Permalink
fix: only use winrt-notification on... windows
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Oct 26, 2024
1 parent 186dc21 commit 7c59796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ tauri-plugin-single-instance = "2.0"
tauri-plugin-process = "2.0"
tauri-plugin-autostart = "2.0"
tauri-plugin-http = "2.0"
tauri-winrt-notification = "0.6"
# window blur
window-vibrancy = { version = "0.5.0", optional = true }

Expand Down Expand Up @@ -88,6 +87,7 @@ embed_plist = "1.2.2"
tauri-plugin-window-state = "2.0"

[target.'cfg(windows)'.dependencies]
tauri-winrt-notification = "0.6"
webview2-com = "0.33.0"
windows-core = "0.58.0"
windows-implement = "0.58.0"
Expand Down

0 comments on commit 7c59796

Please sign in to comment.