Fix download_progress and make it work on Wasm
Co-authored-by: Skygrango <skygrango@gmail.com>
This commit is contained in:
parent
44235f0c0b
commit
1a0bcdb2f6
3 changed files with 48 additions and 77 deletions
|
|
@ -12,4 +12,4 @@ iced.features = ["tokio"]
|
|||
[dependencies.reqwest]
|
||||
version = "0.12"
|
||||
default-features = false
|
||||
features = ["rustls-tls"]
|
||||
features = ["stream", "rustls-tls"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue