支持下载/支持toast/支持提示多语言

This commit is contained in:
Tw93
2023-04-07 22:27:41 +08:00
parent ab095c15ed
commit 8c016a44bb
6 changed files with 621 additions and 58 deletions

View File

@@ -21,6 +21,8 @@ tauri = { version = "1.2.1", features = ["api-all", "devtools", "system-tray"] }
image = "0.24.5"
home = "0.5"
dirs = "5.0"
libc = "0.2"
download_rs = { version = "0.2.0", features = ["sync_download"] }
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev" }
[features]