Significantly improve the download experience.

This commit is contained in:
Tw93
2023-07-20 15:48:46 +08:00
parent dbd7f9a106
commit f1e05e6b02
7 changed files with 478 additions and 840 deletions

View File

@@ -18,7 +18,6 @@ tauri-build = { version = "1.4.0", features = [] }
serde_json = "1.0.96"
serde = { version = "1.0.163", features = ["derive"] }
tauri = { version = "1.4.1", features = ["api-all", "system-tray"] }
download_rs = { version = "0.2.0", features = ["sync_download"] }
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev" }
[dev-dependencies]