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

Make egui_wgpu::winit::Painter::set_window async (#2434)

* Make `egui_wgpu::winit::Painter::set_window` async

* Fix changelog link
This commit is contained in:
Emil Ernerfeldt
2022-12-12 15:37:55 +01:00
committed by GitHub
parent 7a658e3ddb
commit 6c4fc50fdf
6 changed files with 17 additions and 14 deletions

2
Cargo.lock generated
View File

@@ -1321,6 +1321,7 @@ dependencies = [
"image",
"js-sys",
"percent-encoding",
"pollster",
"puffin",
"raw-window-handle 0.5.0",
"ron",
@@ -1356,7 +1357,6 @@ dependencies = [
"bytemuck",
"document-features",
"egui",
"pollster",
"puffin",
"tracing",
"type-map",