egui/examples/keyboard_events/README.md
apoorv569 0eabd894bd
Fix typo in cargo run command. (#2582)
I think someone by mistake wrote `cargo run -p hello_world` instead of `cargo run -p keyboard_events`.
2023-01-17 10:58:38 +01:00

5 lines
60 B
Markdown

```sh
cargo run -p keyboard_events
```
![](screenshot.png)