diff options
| author | pml68 <contact@pml68.dev> | 2025-07-04 02:19:03 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-07-04 02:19:40 +0200 |
| commit | 38cccdd09ebef0c8eefded8c3d817b43ecae2049 (patch) | |
| tree | 6297aaa3252071db5d77acbad91c1d5f40706091 /README.md | |
| parent | feat: simplify the internal `view` method (diff) | |
| download | iced_dialog-38cccdd09ebef0c8eefded8c3d817b43ecae2049.tar.gz | |
doc: use `README` as crate documentation
Diffstat (limited to '')
| -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}, |
