feat: add progress indicators example
This commit is contained in:
parent
c15f1b5f65
commit
cdfb8b3068
6 changed files with 948 additions and 0 deletions
13
examples/progress_indicators/Cargo.toml
Normal file
13
examples/progress_indicators/Cargo.toml
Normal file
|
|
@ -0,0 +1,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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue