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

Release eframe 0.21.2 - support --no-default-features

This commit is contained in:
Emil Ernerfeldt
2023-02-12 19:31:29 +01:00
parent df7e5bd57a
commit 38849fe381
3 changed files with 6 additions and 3 deletions

View File

@@ -5,7 +5,10 @@ NOTE: [`egui-winit`](../egui-winit/CHANGELOG.md), [`egui_glium`](../egui_glium/C
## Unreleased
* Allow compiling with `--no-default-features` ([#2728](https://github.com/emilk/egui/pull/2728)).
## 0.21.2 - 2023-02-12
* Allow compiling `eframe` with `--no-default-features` ([#2728](https://github.com/emilk/egui/pull/2728)).
## 0.21.1 - 2023-02-12