egui/examples/hello_world_simple
Emil Ernerfeldt af4d737c92 Fix typo. Closes https://github.com/emilk/egui/pull/2876 2023-04-18 16:11:53 +02:00
..
src eframe: add a simplified native-only API for simple native apps (#2453) 2023-03-30 10:00:47 +02:00
Cargo.toml Fix typo. Closes https://github.com/emilk/egui/pull/2876 2023-04-18 16:11:53 +02:00
README.md eframe: add a simplified native-only API for simple native apps (#2453) 2023-03-30 10:00:47 +02:00
screenshot.png eframe: add a simplified native-only API for simple native apps (#2453) 2023-03-30 10:00:47 +02:00

README.md

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

cargo run -p hello_world