Add example for download with progress tracking

This commit is contained in:
Songtronix 2020-03-23 15:54:23 +01:00
parent 092e9fb4cc
commit fff333f89b
5 changed files with 244 additions and 0 deletions

View file

@ -0,0 +1,13 @@
[package]
name = "download_progress"
version = "0.1.0"
authors = ["Songtronix <contact@songtronix.com>"]
edition = "2018"
publish = false
[dependencies]
iced = { path = "../.." }
iced_native = { path = "../../native" }
iced_futures = { path = "../../futures" }
async-std = { version = "1.0", features = ["unstable"] }
isahc = "0.9.1"