mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
winit: don't explicitly handle Cmd-Q and Alt-F4 (#881)
Closes https://github.com/emilk/egui/issues/877 Still a problem: https://github.com/rust-windowing/winit/issues/1998
This commit is contained in:
@@ -5,6 +5,7 @@ All notable changes to the `egui_glow` integration will be noted in this file.
|
||||
## Unreleased
|
||||
* Make winit/glutin an optional dependency ([#868](https://github.com/emilk/egui/pull/868)).
|
||||
* Simplify `EguiGlow` interface ([#871](https://github.com/emilk/egui/pull/871)).
|
||||
* Remove `EguiGlow::is_quit_event` ([#881](https://github.com/emilk/egui/pull/881)).
|
||||
|
||||
|
||||
## 0.15.0 - 2021-10-24
|
||||
|
||||
Reference in New Issue
Block a user