1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 06:10:06 -04:00

Update changelogs with all changes from all PR:s since 0.18 release

This commit is contained in:
Emil Ernerfeldt
2022-07-23 23:54:13 +02:00
parent d76d055d49
commit 8b3d218f4b
5 changed files with 38 additions and 13 deletions

View File

@@ -3,7 +3,10 @@ All notable changes to the `egui_glow` integration will be noted in this file.
## Unreleased
* `EguiGlow::new` now takes an `EventLoopWindowTarget<E>` instead of a `winit::Window` ([#1634](https://github.com/emilk/egui/pull/1634))
* `EguiGlow::new` now takes an `EventLoopWindowTarget<E>` instead of a `winit::Window` ([#1634](https://github.com/emilk/egui/pull/1634)).
* Use `Arc` for `glow::Context` instead of `Rc` ([#1640](https://github.com/emilk/egui/pull/1640)).
* Fix `glClear` on WebGL1 ([#1658](https://github.com/emilk/egui/pull/1658)).
## 0.18.1 - 2022-05-05
* Remove calls to `gl.get_error` in release builds to speed up rendering ([#1583](https://github.com/emilk/egui/pull/1583)).