2020-04-02 17:52:21 -05:00
|
|
|
[package]
|
|
|
|
|
name = "color_palette"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
authors = ["Clark Moody <clark@clarkmoody.com>"]
|
2025-02-21 01:28:47 +01:00
|
|
|
edition = "2024"
|
2020-04-02 17:52:21 -05:00
|
|
|
publish = false
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2023-09-04 12:58:41 +02:00
|
|
|
iced.workspace = true
|
2024-03-07 00:14:41 +01:00
|
|
|
iced.features = ["canvas"]
|
2023-09-04 12:58:41 +02:00
|
|
|
|
|
|
|
|
palette.workspace = true
|