diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 <contact@pml68.dev>. |
