aboutsummaryrefslogtreecommitdiff
path: root/example/src/main.rs
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-05-13 00:47:45 +0200
committerpml68 <contact@pml68.dev>2025-05-13 00:54:08 +0200
commit0ad1bef11d3180e569d84ab504343db7fcc5452a (patch)
treed67e52bf44723d17dfdc657be70ccbb7ee1ba71a /example/src/main.rs
parentfeat: add `backdrop` method to `Dialog` (diff)
downloadiced_dialog-0ad1bef11d3180e569d84ab504343db7fcc5452a.tar.gz
feat: add example code to documentation and README
Diffstat (limited to 'example/src/main.rs')
-rw-r--r--example/src/main.rs2
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;