1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -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 ```sh
cargo run -p hello_world cargo run -p keyboard_events
``` ```
![](screenshot.png) ![](screenshot.png)