mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 23:13:13 -04:00
* Fix the app only taking up half the screen size on iPad * Fix request_repaint not working on iOS * Always use run_and_exit on iOS since run_and_return is not supported by winit on iOS right now. * Fix typo * Fix eframe glow on ios * Handle more cases