aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-07-04 02:19:03 +0200
committerpml68 <contact@pml68.dev>2025-07-04 02:19:40 +0200
commit38cccdd09ebef0c8eefded8c3d817b43ecae2049 (patch)
tree6297aaa3252071db5d77acbad91c1d5f40706091 /README.md
parentfeat: simplify the internal `view` method (diff)
downloadiced_dialog-38cccdd09ebef0c8eefded8c3d817b43ecae2049.tar.gz
doc: use `README` as crate documentation
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 668abfb..a4d971c 100644
--- a/README.md
+++ b/README.md
@@ -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},