mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -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()`.
cargo run -p custom_window_frame