chore: use palette 0.7.3

This commit is contained in:
Ashley Wulber 2023-08-10 10:53:54 -04:00 committed by Ashley Wulber
parent 20a5227eca
commit fb2fb65af0
2 changed files with 2 additions and 7 deletions

View file

@ -15,9 +15,8 @@ no-default = []
theme-from-image = ["kmeans_colors", "image"]
[dependencies]
# palette = {version = "0.7", features = ["serializing"] }
palette = {version = "0.7.3", features = ["serializing"] }
almost = "0.2"
palette = {git = "https://github.com/Ogeon/palette", features = ["serializing"] }
kmeans_colors = { version = "0.5", features = ["palette_color"], default-features = false, optional = true }
image = {version = "0.24.1", optional = true }
serde = { version = "1.0.129", features = ["derive"] }