mirror of
https://github.com/emilk/egui.git
synced 2026-07-09 08:17:27 +00:00
127931ba45
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()`.
cargo run -p confirm_exit