egui/crates/egui_demo_app/src
Emil Ernerfeldt cb77458f70
eframe error handling (#2433)
* eframe::run_native: return errors instead of crashing

* Detect and handle glutin errors

* egui_demo_app: silence wgpu log spam

* Add trace logs for why eframe is shutting down

* Fix: only save App state once on Mac

* Handle Winit failure

* Log where we load app state from

* Don't panic on zero-sized window

* Clamp loaded window size to not be too tiny to see

* Simplify code: more shared code in window_builder

* Improve code readability

* Fix wasm32 build

* fix android

* Update changelog
2022-12-12 15:16:32 +01:00
..
apps fix all clippy lints and remove them from allow list in cranky (#2419) 2022-12-11 19:06:09 +01:00
backend_panel.rs Add helpers for zooming an app using Ctrl+Plus and Ctrl+Minus (#2239) 2022-11-05 11:18:13 +01:00
frame_history.rs Update to Rust 1.65 (#2314) 2022-11-16 19:08:03 +01:00
lib.rs Update to Rust 1.65 (#2314) 2022-11-16 19:08:03 +01:00
main.rs eframe error handling (#2433) 2022-12-12 15:16:32 +01:00
wrap_app.rs Style tweaks (#2406) 2022-12-08 10:55:13 +01:00