summaryrefslogtreecommitdiffstats
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-01-12 20:05:05 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-01-12 20:05:05 +0700
commit8f976197850c5bb9166bf32fb05e5a1d93f36515 (patch)
treef3d571634353b6b320fb06654117a0928a25cfca /core/Cargo.toml
parent67f878b8906a7ad2bd708e7c2bc4aa9f1d232d0e (diff)
downloadiced-8f976197850c5bb9166bf32fb05e5a1d93f36515.tar.gz
iced-8f976197850c5bb9166bf32fb05e5a1d93f36515.tar.bz2
iced-8f976197850c5bb9166bf32fb05e5a1d93f36515.zip
Simplify version of the `palette` dependency
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 7e623fe2..ca28c308 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -11,5 +11,5 @@ repository = "https://github.com/iced-rs/iced"
bitflags = "1.2"
[dependencies.palette]
-version = "0.5.0"
+version = "0.5"
optional = true