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

Add hex_color clipboard fixes to changelogs

This commit is contained in:
Emil Ernerfeldt
2022-05-16 16:44:29 +02:00
parent 5687aa6b50
commit 934fcd7e99
4 changed files with 5 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ NOTE: [`egui-winit`](../egui-winit/CHANGELOG.md), [`egui_glium`](../egui_glium/C
* Add `wgpu` rendering backed ([#1564](https://github.com/emilk/egui/pull/1564)):
* Add features "wgpu" and "glow"
* Add `NativeOptions::renderer` to switch between the rendering backends
* Fix clipboard on Wayland ([#1613](https://github.com/emilk/egui/pull/1613)).
## 0.18.0 - 2022-04-30