We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version.
12 lines
235 B
TOML
12 lines
235 B
TOML
[package]
|
|
name = "color_palette"
|
|
version = "0.1.0"
|
|
authors = ["Clark Moody <clark@clarkmoody.com>"]
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
iced.workspace = true
|
|
iced.features = ["canvas", "palette"]
|
|
|
|
palette.workspace = true
|