mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Revert change to winit event loop in egui_glium (#756)
* Revert change to winit event loop in egui_glium This reverts https://github.com/emilk/egui/pull/631 Fixes https://github.com/emilk/egui/issues/755 * Add example of file dialogs and file drag-and-drop * fix ci
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
# Changelog for egui_glium
|
||||
|
||||
All notable changes to the `egui_glium` integration will be noted in this file.
|
||||
|
||||
|
||||
@@ -10,6 +9,7 @@ All notable changes to the `egui_glium` integration will be noted in this file.
|
||||
* Increase scroll speed.
|
||||
* Restore window position on startup without flickering.
|
||||
* A lot of the code has been moved to the new library [`egui-winit`](https://github.com/emilk/egui/tree/master/egui-winit).
|
||||
* Fix reactive mode on windows.
|
||||
|
||||
|
||||
## 0.14.0 - 2021-08-24
|
||||
|
||||
Reference in New Issue
Block a user