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

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