diff options
| author | pml68 <contact@pml68.dev> | 2025-05-13 00:47:45 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-05-13 00:54:08 +0200 |
| commit | 0ad1bef11d3180e569d84ab504343db7fcc5452a (patch) | |
| tree | d67e52bf44723d17dfdc657be70ccbb7ee1ba71a /example/src | |
| parent | feat: add `backdrop` method to `Dialog` (diff) | |
| download | iced_dialog-0ad1bef11d3180e569d84ab504343db7fcc5452a.tar.gz | |
feat: add example code to documentation and README
Diffstat (limited to 'example/src')
| -rw-r--r-- | example/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/src/main.rs b/example/src/main.rs index 8d2fcc3..659411d 100644 --- a/example/src/main.rs +++ b/example/src/main.rs @@ -1,5 +1,5 @@ use iced::{ - Element, Length, Task, color, + Element, Length, Task, widget::{button, center, column, text}, }; use iced_dialog::dialog; |
