egui/examples/hello_world_simple
Emil Ernerfeldt cee790681d
Update to Rust 1.76 (#4411)
Motivation: I want to replace `cargo-cranky` with workspace lints, first
available in Rust 1.74.
However, `cargo doc` would hange on `wgpu` and `wgpu-core` on 1.74 and
1.75… so now we're on 1.76.
I think this is fine - when 1.78 is released next week we're still two
versions behind the bleeding edge.

…and the branch name is just wrong 🤦
2024-04-25 15:51:01 +02:00
..
src Misc cleanup (#3935) 2024-02-01 17:09:35 +01:00
Cargo.toml Update to Rust 1.76 (#4411) 2024-04-25 15:51:01 +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 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