mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Fix UI version hanging on image download (#40)
Done by using task::spawn_blocking and blockon
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ steam_shortcuts_util = "^1.1.4"
|
||||
steamgriddb_api = "^0.2,0"
|
||||
serde = { version = "^1.0.130", features = ["derive"] }
|
||||
serde_json = "^1.0.68"
|
||||
tokio = { version = "^1.11.0", features = ["full"] }
|
||||
tokio = { version = "^1.17.0", features = ["full"] }
|
||||
reqwest = { version = "^0.11.4", default_features = false }
|
||||
config = "^0.11.0"
|
||||
failure = "^0.1.8"
|
||||
|
||||
Reference in New Issue
Block a user