feat: basic app menu (#1207)

This commit is contained in:
lin onetwo
2023-03-01 12:37:53 +08:00
committed by GitHub
parent c096fa156b
commit b575094f4b
7 changed files with 154 additions and 9 deletions

View File

@@ -35,7 +35,7 @@ schemars = "0.8.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
dotenvy = "0.15.6"
tauri = { version = "1.2", features = ["api-all", "devtools"] }
tauri = { version = "1.2", features = ["api-all", "devtools", "system-tray"] }
tokio = { version = "1.23.0", features = ["rt", "macros"] }
lib0 = "0.12.0"
moka = { version = "0.9.6", features = ["future"] }