Make download feature actually download the game

This commit is contained in:
2025-07-20 00:35:19 -07:00
parent 7945deb4aa
commit d797f5b78c
3 changed files with 288 additions and 7 deletions

View File

@@ -20,7 +20,8 @@ tauri-plugin-os = "2.3.0"
base64 = "0.22.1"
reqwest = { version = "0.12.22", features = ["stream"] }
tokio = "1.46.1"
futures-util = "0.3.31"
futures-util = { version = "0.3.31", features = ["io"] }
tauri-plugin-decorum = "1.1.1"
tauri-plugin-fs = "2"
zip = "4.3.0"