2020-04-02 17:52:21 -05:00
|
|
|
[package]
|
|
|
|
|
name = "color_palette"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
authors = ["Clark Moody <clark@clarkmoody.com>"]
|
|
|
|
|
edition = "2018"
|
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2020-04-08 17:45:54 -05:00
|
|
|
iced = { path = "../..", features = ["canvas", "palette"] }
|
2020-04-02 17:52:21 -05:00
|
|
|
iced_core = { path = "../../core" }
|
|
|
|
|
iced_native = { path = "../../native" }
|
2020-04-24 15:20:00 -05:00
|
|
|
palette = "0.5.0"
|