From f500fd4da72983f0c9550fbccfa55d679e79903d Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Sat, 28 Mar 2026 01:00:01 +0100 Subject: docs(README): add short contributing guide --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index fd4d7d1..1df26ce 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ It's mostly the dialog from @frgp42's [Fluent Iced Gallery](https://github.com/f ## Example -```rust,no_run +```rust use iced::{ Element, Task, widget::{button, center, column, text}, @@ -73,5 +73,8 @@ impl State { You can also run the above example: ```bash -cargo run -p example +cargo run --example save ``` + +## Contributing +You can send issues, feature requests, patches etc. to . -- cgit v1.2.3