1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

egui_winit: support winit with default features disabled (#1971)

* egui_winit: support winit with default features disabled

* Link to the PR in the changelog
This commit is contained in:
Koute
2022-08-30 15:49:32 +09:00
committed by GitHub
parent 153524023f
commit be9f363c53
4 changed files with 11 additions and 4 deletions

View File

@@ -3,7 +3,8 @@ All notable changes to the `egui-winit` integration will be noted in this file.
## Unreleased
* The default features of the `winit` crate are not enabled if the default features of `egui-winit` are disabled too ([#1971](https://github.com/emilk/egui/pull/1971))
* Added new feature `wayland` which enables Wayland support ([#1971](https://github.com/emilk/egui/pull/1971))
## 0.19.0 - 2022-08-20
* MSRV (Minimum Supported Rust Version) is now `1.61.0` ([#1846](https://github.com/emilk/egui/pull/1846)).