feat(tray icon): initial creation and logo update

This commit is contained in:
DecDuck
2024-12-19 10:09:25 +11:00
parent 0a20139a7c
commit d9a51cf187
53 changed files with 36 additions and 3 deletions

View File

@ -25,7 +25,6 @@ rustflags = ["-C", "target-feature=+aes,+sse2"]
tauri-build = { version = "2.0.0", features = [] }
[dependencies]
tauri = { version = "2.0.0", features = [] }
tauri-plugin-shell = "2.0.0"
serde = { version = "1", features = ["derive", "rc"] }
serde_json = "1"
@ -42,6 +41,13 @@ urlencoding = "2.1.3"
md5 = "0.7.0"
chrono = "0.4.38"
[dependencies.tauri]
version = "2.1.1"
features = [
"tray-icon"
]
[dependencies.tokio]
version = "1.40.0"
features = ["rt", "tokio-macros", "signal"]