summaryrefslogtreecommitdiff
path: root/crates/material_theme/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/material_theme/Cargo.toml')
-rw-r--r--crates/material_theme/Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/crates/material_theme/Cargo.toml b/crates/material_theme/Cargo.toml
index 30de38b..0116c1e 100644
--- a/crates/material_theme/Cargo.toml
+++ b/crates/material_theme/Cargo.toml
@@ -29,7 +29,6 @@ svg = ["iced_widget/svg"]
qr_code = ["iced_widget/qr_code"]
[dependencies]
-iced_widget = "0.14.0-dev"
dark-light = "2.0.0"
serde.workspace = true
@@ -38,6 +37,11 @@ serde.optional = true
iced_dialog.workspace = true
iced_dialog.optional = true
+[dependencies.iced_widget]
+version = "0.14.0-dev"
+git = "https://github.com/pml68/iced"
+branch = "feat/rehighlight-on-redraw"
+
[dependencies.iced_anim]
workspace = true
features = ["derive"]