2021-09-28 15:33:28 +00:00
|
|
|
# Changelog for egui-winit
|
|
|
|
|
|
|
|
All notable changes to the `egui-winit` integration will be noted in this file.
|
|
|
|
|
|
|
|
|
|
|
|
## Unreleased
|
2021-11-03 12:45:51 +00:00
|
|
|
* Add helper `EpiIntegration` ([#871](https://github.com/emilk/egui/pull/871)).
|
2021-11-01 20:34:06 +00:00
|
|
|
* Fix shift key getting stuck enabled with the X11 option `shift:both_capslock` enabled ([#849](https://github.com/emilk/egui/pull/849)).
|
2021-11-07 19:58:02 +00:00
|
|
|
* Remove `State::is_quit_event` and `State::is_quit_shortcut` ([#881](https://github.com/emilk/egui/pull/881)).
|
2021-11-03 12:45:51 +00:00
|
|
|
|
2021-10-24 14:08:44 +00:00
|
|
|
## 0.15.0 - 2021-10-24
|
2021-09-28 15:33:28 +00:00
|
|
|
First stand-alone release. Previously part of `egui_glium`.
|