1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

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`.
This commit is contained in:
apoorv569
2023-01-17 15:28:38 +05:30
committed by GitHub
parent cd0f66b9ae
commit 0eabd894bd

View File

@@ -1,5 +1,5 @@
```sh
cargo run -p hello_world
cargo run -p keyboard_events
```
![](screenshot.png)