egui/crates
Stephen M. Coakley 486cff8ac3
Fix panic with persistence without window (#3167)
A window may not always be available and may have already been closed by the time an eframe app is closing. An example of this is Android, where the main activity window may have been stopped or discarded because the app is no longer in the foreground, and then the user decides to close your app without resuming it using the multitasking view.

In this case, skip the window persistence step if it does not exist anymore by the time we are saving the persistence data. Currently eframe will panic with `winit window doesn't exist` instead.
2023-08-09 12:42:43 +02:00
..
ecolor Release 0.22.0 - A plethora of small improvements 2023-05-23 19:58:04 +02:00
eframe Fix panic with persistence without window (#3167) 2023-08-09 12:42:43 +02:00
egui Fix auto_bounds when only one axis has restricted navigation (#3171) 2023-08-09 11:08:04 +02:00
egui-wgpu Update to puffin 0.16 (#3144) 2023-07-10 12:29:01 +02:00
egui-winit Add comment explaining Tab button (#2872) 2023-08-09 11:48:54 +02:00
egui_demo_app Release 0.22.0 - A plethora of small improvements 2023-05-23 19:58:04 +02:00
egui_demo_lib Spelling fix (#3133) 2023-07-26 19:00:51 +02:00
egui_extras Fix a typo (#3149) 2023-07-17 11:14:44 +02:00
egui_glium Release 0.22.0 - A plethora of small improvements 2023-05-23 19:58:04 +02:00
egui_glow Update to puffin 0.16 (#3144) 2023-07-10 12:29:01 +02:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Release 0.22.0 - A plethora of small improvements 2023-05-23 19:58:04 +02:00
epaint Release 0.22.0 - A plethora of small improvements 2023-05-23 19:58:04 +02:00