summaryrefslogtreecommitdiff
path: root/examples/serial_windows
AgeCommit message (Expand)Author
2024-09-13Use `log` crate instead of `eprintln` & remove some unwraps (#5010)Nicolas
2024-07-31Upgrade winit to 0.30.2 (#4849)Arthur Brussee
2024-06-25`eframe::Result` is now short for `eframe::Result<()>` (#4706)Emil Ernerfeldt
2024-05-28Support returning errors when creating the app (#4565)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-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
2023-12-12Update dependencies (#3700)Emil Ernerfeldt
2023-11-23Fix up some examples (#3614)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-11-18Replace `eframe::Frame` commands and `WindowInfo` with egui (#3564)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-23Update example screenshotsEmil Ernerfeldt
2023-04-19use env_logger in all examples (#2934)Emil Ernerfeldt
2023-03-29Update serial window example (#2756)c-git
2023-02-05Fix typoEmil Ernerfeldt
2022-12-14Rename eframe::EframeError to eframe::ErrorEmil Ernerfeldt
2022-12-12eframe error handling (#2433)Emil Ernerfeldt
2022-12-04Automatically generate screenshots for all examples (#2379)Emil Ernerfeldt
2022-11-16Update to Rust 1.65 (#2314)Emil Ernerfeldt
2022-11-02Use total_cmp for clamping drag value in order to avoid floating point ambigu...ItsEthra
2022-08-20eframe: rename quit/exit to "close" (#1943)Emil Ernerfeldt
2022-08-20Move all crates into a `crates` directory (#1940)Emil Ernerfeldt
2022-08-15eframe: several windows in series (#1919)Emil Ernerfeldt