egui/crates
Garoven e46b0018b9
Fix Android crash on resume (#3847)
<!--
Please read the "Making a PR" section of
[`CONTRIBUTING.md`](https://github.com/emilk/egui/blob/master/CONTRIBUTING.md)
before opening a Pull Request!

* Keep your PR:s small and focused.
* If applicable, add a screenshot or gif.
* If it is a non-trivial addition, consider adding a demo for it to
`egui_demo_lib`, or a new example.
* Do NOT open PR:s from your `master` branch, as that makes it hard for
maintainers to add commits to your PR.
* Remember to run `cargo fmt` and `cargo cranky`.
* Open the PR as a draft until you have self-reviewed it and run
`./scripts/check.sh`.
* When you have addressed a PR comment, mark it as resolved.

Please be patient! I will review your PR, but my time is limited!
-->

Added Viewport reinitialization and Window recreation for Android on
resume event.

Closes <https://github.com/emilk/egui/issues/3674>.


https://github.com/emilk/egui/assets/95014675/7bc51ea5-3f63-4422-b5a0-ce8291612982
2024-01-22 12:13:28 +01:00
..
ecolor Use `Self` everywhere (#3787) 2024-01-08 17:41:21 +01:00
eframe Fix Android crash on resume (#3847) 2024-01-22 12:13:28 +01:00
egui Add `Response::contains_pointer` (#3859) 2024-01-22 11:17:03 +01:00
egui-wgpu Update wgpu to 0.19 (#3824) 2024-01-19 10:14:13 +01:00
egui-winit Fix: handle `IconData::default()` without crashing (#3842) 2024-01-19 14:24:26 +01:00
egui_demo_app Update wgpu to 0.19 (#3824) 2024-01-19 10:14:13 +01:00
egui_demo_lib Add `Response::contains_pointer` (#3859) 2024-01-22 11:17:03 +01:00
egui_extras Update to ehttp 0.4 (#3834) 2024-01-17 15:39:28 +01:00
egui_glow Update wgpu to 0.19 (#3824) 2024-01-19 10:14:13 +01:00
egui_plot Use `Self` everywhere (#3787) 2024-01-08 17:41:21 +01:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Use `Self` everywhere (#3787) 2024-01-08 17:41:21 +01:00
epaint Fix: dragging to above/below a `TextEdit` or `Label` will select text to begin/end (#3858) 2024-01-22 10:49:42 +01:00