summaryrefslogtreecommitdiff
path: root/examples/hello_world_simple
AgeCommit message (Expand)Author
2024-06-25`eframe::Result` is now short for `eframe::Result<()>` (#4706)Emil Ernerfeldt
2024-04-25Replace cargo-cranky with workspace lints (#4413)Emil Ernerfeldt
2024-04-25Update to Rust 1.76 (#4411)Emil Ernerfeldt
2024-02-05Update example screenshotsEmil Ernerfeldt
2024-02-05Put all egui crates as workspace crates (#3976)Emil Ernerfeldt
2024-02-01Emilk/revert workspace deps (#3942)Emil Ernerfeldt
2024-02-01Use workspace dependencies for the egui cratesEmil Ernerfeldt
2024-02-01Misc cleanup (#3935)Emil Ernerfeldt
2023-12-12Update dependencies (#3700)Emil Ernerfeldt
2023-11-21Update MSRV to Rust 1.72 (#3595)Emil Ernerfeldt
2023-11-19Use `egui::ViewportBuilder` in `eframe::NativeOptions` (#3572)Emil Ernerfeldt
2023-09-06Update MSRV to Rust 1.70.0 (#3310)Emil Ernerfeldt
2023-08-11Increase MSRV to 1.67 (#3234)Emil Ernerfeldt
2023-05-23Cleanup ahead of releaseEmil Ernerfeldt
2023-05-23Update example screenshotsEmil Ernerfeldt
2023-04-19use env_logger in all examples (#2934)Emil Ernerfeldt
2023-04-18Replace `tracing` with `log` (#2928)Emil Ernerfeldt
2023-04-18Fix typo. Closes https://github.com/emilk/egui/pull/2876Emil Ernerfeldt
2023-03-30eframe: add a simplified native-only API for simple native apps (#2453)Emil Ernerfeldt