diff options
| author | pml68 <contact@pml68.dev> | 2025-07-04 02:19:03 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-07-04 02:19:03 +0200 |
| commit | fa0f356e84d28633f3b7b4038a70f40a9e8938e2 (patch) | |
| tree | 2b94a393f6b86e9b1efdd626cfa4a5e89ad7ecd8 /README.md | |
| parent | feat: simplify the internal `view` method (diff) | |
| download | iced_dialog-fa0f356e84d28633f3b7b4038a70f40a9e8938e2.tar.gz | |
doc: use `README` as crate documentation
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ It's mostly the dialog from @frgp42's [Fluent Iced Gallery](https://github.com/f ## Example -```rust +```rust,no_run use iced::{ Element, Length, Task, widget::{button, center, column, text}, |
