diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-10-19 12:17:01 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-10-19 12:17:01 +0200 |
| commit | 7d3bacc69df0ba1151836c8da40bace5dfc5f037 (patch) | |
| tree | 1f0d531f3810b32a8b5ab6e6d63f856b98c51931 /Cargo.toml | |
| parent | feat: initial commit (diff) | |
| download | iced_selection-7d3bacc69df0ba1151836c8da40bace5dfc5f037.tar.gz | |
feat: add selectable `Rich` widget with an example
Diffstat (limited to '')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ unicode-segmentation = "1.0" [dev-dependencies] iced = { git = "https://github.com/iced-rs/iced" } +open = "5.3" [package.metadata.docs.rs] rustdoc-args = ["--cfg", "docsrs"] |
