diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-10-20 14:23:22 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-10-20 14:24:33 +0200 |
| commit | d3437d1b64cc632ab7358264825db683d15d1c69 (patch) | |
| tree | 51b38588bf9b26f3664d89a575cf7e74696a1405 /Cargo.toml | |
| parent | chore: update mailing list address (diff) | |
| download | iced_material-d3437d1b64cc632ab7358264825db683d15d1c69.tar.gz | |
feat: add support for `pml68/iced_selection`
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -22,6 +22,8 @@ animate = ["dep:iced_anim"] crisp = ["iced_widget/crisp"] # Provides support for `iced_dialog`. dialog = ["dep:iced_dialog"] +# Provides support for `iced_selection`. +selection = ["dep:iced_selection"] # Provides support for the markdown widget. markdown = ["iced_widget/markdown"] # Provides support for the SVG widget. @@ -39,6 +41,11 @@ git = "https://git.sr.ht/~pml68/iced_dialog" branch = "master" optional = true +[dependencies.iced_selection] +git = "https://git.sr.ht/~pml68/iced_selection" +branch = "master" +optional = true + [dependencies.iced_anim] git = "https://github.com/bradysimon/iced_anim" branch = "iced/master" |
