egui/examples/hello_world_simple
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
..
src `eframe::Result` is now short for `eframe::Result<()>` (#4706) 2024-06-25 13:31:42 +02:00
Cargo.toml Replace cargo-cranky with workspace lints (#4413) 2024-04-25 17:24:50 +02:00
README.md Allow easier setting of background color for TextEdit (#5203) 2024-10-02 21:23:54 +02:00
screenshot.png Update example screenshots 2024-02-05 13:01:10 +01:00

README.md

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

cargo run -p hello_world_simple