Add example for download with progress tracking
This commit is contained in:
parent
092e9fb4cc
commit
fff333f89b
5 changed files with 244 additions and 0 deletions
13
examples/download_progress/Cargo.toml
Normal file
13
examples/download_progress/Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue