mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03:14 -04:00
* Closes <https://github.com/emilk/egui/issues/5183> * [x] I have followed the instructions in the PR template
8 lines
143 B
Markdown
8 lines
143 B
Markdown
Example showing some UI controls like `Label`, `TextEdit`, `Slider`, `Button`.
|
|
|
|
```sh
|
|
cargo run -p hello_world_simple
|
|
```
|
|
|
|

|