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

14 lines
310 B
TOML

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