mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Since https://github.com/emilk/egui/pull/1919 we can continue the application after closing the native window. It therefore makes more sense to call `frame.close()` to close the native window, instead of `frame.quit()`.