Skip to content

Commit

Permalink
✨ Support website message notification display
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Dec 24, 2024
1 parent 7a02d8f commit c061821
Show file tree
Hide file tree
Showing 6 changed files with 240 additions and 20 deletions.
190 changes: 175 additions & 15 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ tauri-build = { version = "2.0.3", features = [] }
[dependencies]
serde_json = "1.0.133"
serde = { version = "1.0.216", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
tauri = { version = "2.1.1", features = ["tray-icon", "image-ico", "image-png", "macos-proxy"] }
tauri-plugin-window-state = "2.2.0"
tauri-plugin-oauth = "2"
Expand All @@ -28,7 +29,7 @@ tauri-plugin-http = "2.2.0"
tauri-plugin-global-shortcut = { version = "2.2.0" }
tauri-plugin-shell = "2.2.0"
tauri-plugin-single-instance = "2"
tokio = { version = "1", features = ["full"] }
tauri-plugin-notification = "2.2.0"

[features]
# this feature is used for development builds from development cli
Expand Down
Loading

0 comments on commit c061821

Please sign in to comment.