You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: egui_glow/CHANGELOG.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ All notable changes to the `egui_glow` integration will be noted in this file.
6
6
*`EguiGlow::run` no longer returns the shapes to paint, but stores them internally until you call `EguiGlow::paint` ([#1110](https://github.com/emilk/egui/pull/1110)).
7
7
* Added `set_texture_filter` method to `Painter` ([#1041](https://github.com/emilk/egui/pull/1041)).
8
8
* Fix failure to run in Chrome ([#1092](https://github.com/emilk/egui/pull/1092)).
9
-
9
+
*`EguiGlow::new` now takes `&winit::Window` because there are no reason to use `&glutin::WindowedContext` ([#1151](https://github.com/emilk/egui/pull/1151)).
10
+
*`EguiGlow::paint` now takes `&winit::Window` because there are no reason to use `&glutin::WindowedContext` ([#1151](https://github.com/emilk/egui/pull/1151)).
10
11
11
12
## 0.16.0 - 2021-12-29
12
13
* Made winit/glutin an optional dependency ([#868](https://github.com/emilk/egui/pull/868)).
0 commit comments