diff options
| author | pml68 <contact@pml68.dev> | 2025-04-08 01:13:38 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-04-15 23:48:59 +0200 |
| commit | c6a76e63604b16b9a14d5de6bd0ea91eea7f9bf2 (patch) | |
| tree | a61216e02b04382df8f0a3219f6910e5828a5066 /Cargo.toml | |
| parent | fix: custom theme Default changing between calls, missing `apply_options`s (diff) | |
| download | iced-builder-c6a76e63604b16b9a14d5de6bd0ea91eea7f9bf2.tar.gz | |
feat(material_theme): implement Catalog for iced_dialog (`dialog` feature)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |
