1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 07:03:14 -04:00
Files
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

6 lines
60 B
Markdown

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