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

[dependencies]
iced = { path = "../.." }