iced/examples/color_palette/Cargo.toml
2020-04-24 15:20:00 -05:00

12 lines
303 B
TOML

[package]
name = "color_palette"
version = "0.1.0"
authors = ["Clark Moody <clark@clarkmoody.com>"]
edition = "2018"
publish = false
[dependencies]
iced = { path = "../..", features = ["canvas", "palette"] }
iced_core = { path = "../../core" }
iced_native = { path = "../../native" }
palette = "0.5.0"