summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-04-08 01:13:38 +0200
committerpml68 <contact@pml68.dev>2025-04-15 23:48:59 +0200
commitc6a76e63604b16b9a14d5de6bd0ea91eea7f9bf2 (patch)
treea61216e02b04382df8f0a3219f6910e5828a5066 /Cargo.toml
parentfix: custom theme Default changing between calls, missing `apply_options`s (diff)
downloadiced-builder-c6a76e63604b16b9a14d5de6bd0ea91eea7f9bf2.tar.gz
feat(material_theme): implement Catalog for iced_dialog (`dialog` feature)
Diffstat (limited to '')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 33d3b8e..63e5f89 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ iced.workspace = true
iced_anim.workspace = true
iced_custom_highlighter = { git = "https://github.com/pml68/iced_custom_highlighter", branch = "master" }
iced_drop = { path = "iced_drop" }
-iced_dialog = { git = "https://github.com/pml68/iced_dialog", branch = "iced/personal" }
+iced_dialog.workspace = true
material_theme = { path = "material_theme" }
serde.workspace = true
serde_json = "1.0.140"
@@ -36,6 +36,7 @@ dirs-next = "2.0.0"
[workspace.dependencies]
iced_anim = { version = "0.2.1", features = ["derive"] }
+iced_dialog = { git = "https://github.com/pml68/iced_dialog", branch = "iced/personal" }
serde = { version = "1.0.219", features = ["derive"] }
toml = "0.8.20"