summaryrefslogtreecommitdiffstats
path: root/examples/progress_indicators/Cargo.toml
blob: 89ceb127250555ae0633a98e779ba1ca0a5d3ac3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "progress_indicators"
version = "0.1.0"
authors = ["Nick Senger <dev@nsenger.com>"]
edition = "2021"
publish = false

[dependencies]
flo_curves = "0.7"
iced = { path = "../..", features = ["canvas"] }
iced_core = { path = "../../core" }
iced_widget = { path = "../../widget" }
lazy_static = "1.4"