summaryrefslogtreecommitdiffstats
path: root/examples/gradient/Cargo.toml
blob: 8102b8665fc3ecbc15c926102afad20b3cd8e1dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "gradient"
version = "0.1.0"
edition = "2021"
publish = false

[dependencies]
iced.workspace = true
iced.features = ["debug"]

tracing-subscriber = "0.3"