12 lines
303 B
TOML
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"
|