diff options
author | 2022-03-16 16:14:08 -0700 | |
---|---|---|
committer | 2022-03-16 16:14:08 -0700 | |
commit | f2b0e02c252b50a2bd156d346f5396c0aa47854d (patch) | |
tree | a6eb8f92c4812cc3893c8e2de1e804089299f178 /core/Cargo.toml | |
parent | 4aa943cbc63230dfcb995c469ceec9f74e6132e1 (diff) | |
download | iced-f2b0e02c252b50a2bd156d346f5396c0aa47854d.tar.gz iced-f2b0e02c252b50a2bd156d346f5396c0aa47854d.tar.bz2 iced-f2b0e02c252b50a2bd156d346f5396c0aa47854d.zip |
update palette to 0.6
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index ca28c308..a0aba80e 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" +version = "0.6" optional = true |