iced-yoda/examples/events/README.md

13 lines
233 B
Markdown
Raw Normal View History

## Events
A log of native events displayed using a conditional `Subscription`.
The __[`main`]__ file contains all the code of the example.
You can run it with `cargo run`:
```
cargo run --package events
```
[`main`]: src/main.rs