summaryrefslogtreecommitdiffstats
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2023-05-26 19:02:29 +0200
committerLibravatar GitHub <noreply@github.com>2023-05-26 19:02:29 +0200
commitfcb1b454368638209862aeb5db41bc5f7d6d51a7 (patch)
treef3ae3169ddaf545a8de27d74718908f3c0d3f760 /core/Cargo.toml
parentc61a4cc21ca4d5019cd10df2f316ebbdb24061f1 (diff)
parentcf2c8f2037907d8d619348a70594bab28f166d64 (diff)
downloadiced-fcb1b454368638209862aeb5db41bc5f7d6d51a7.tar.gz
iced-fcb1b454368638209862aeb5db41bc5f7d6d51a7.tar.bz2
iced-fcb1b454368638209862aeb5db41bc5f7d6d51a7.zip
Merge pull request #1875 from clarkmoody/palette-0.7
Upgrade `palette` dependency
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 41b0640a..55f2e85f 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -14,8 +14,11 @@ log = "0.4.17"
twox-hash = { version = "1.5", default-features = false }
[dependencies.palette]
-version = "0.6"
+version = "0.7"
optional = true
[target.'cfg(target_arch = "wasm32")'.dependencies]
instant = "0.1"
+
+[dev-dependencies]
+approx = "0.5"