summaryrefslogtreecommitdiffstats
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2020-05-04 23:30:51 +0200
committerLibravatar GitHub <noreply@github.com>2020-05-04 23:30:51 +0200
commit27aad74a32fd8ac2b12f9d32df8a3b61a3175457 (patch)
tree53b006723ea1bfc98154f981608c6718dc8d1da2 /core/Cargo.toml
parente0aa89cee764eebb1cb06f0b0653f82b337620ea (diff)
parentc0fd5de8a0dbb1b99de8c83e4f84c98a6219778b (diff)
downloadiced-27aad74a32fd8ac2b12f9d32df8a3b61a3175457.tar.gz
iced-27aad74a32fd8ac2b12f9d32df8a3b61a3175457.tar.bz2
iced-27aad74a32fd8ac2b12f9d32df8a3b61a3175457.zip
Merge pull request #200 from clarkmoody/color-enhancements
Color Enhancements
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 837f6aae..b52bf315 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -8,3 +8,7 @@ license = "MIT"
repository = "https://github.com/hecrj/iced"
[dependencies]
+
+[dependencies.palette]
+version = "0.5.0"
+optional = true