summaryrefslogtreecommitdiffstats
path: root/examples/download_progress/Cargo.toml
blob: ce0435fddf4f41e27af80992ce741c920defd733 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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"