1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00
Files
egui/examples/hello_world_simple/README.md
Nicolas 0f2b427ff4 Allow easier setting of background color for TextEdit (#5203)
* Closes <https://github.com/emilk/egui/issues/5183>
* [x] I have followed the instructions in the PR template
2024-10-02 21:23:54 +02:00

143 B

Example showing some UI controls like Label, TextEdit, Slider, Button.

cargo run -p hello_world_simple