summaryrefslogtreecommitdiff
path: root/crates/material_theme
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-04-29 00:19:13 +0200
committerpml68 <contact@pml68.dev>2025-04-29 00:22:35 +0200
commit74ce597cf1ba4f2f28436d84e019baf171d15b48 (patch)
treef1e48ff67283ad9aaaf66fe985fe5af14dbcd334 /crates/material_theme
parentci: remove `libgtk-3-dev` dependency (diff)
downloadiced-builder-74ce597cf1ba4f2f28436d84e019baf171d15b48.tar.gz
chore: remove `theme_test`, dependency cleanup
Diffstat (limited to '')
-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"]