1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00
* Adapt to latest wgpu changes

* Point to latest wgpu commit

* Fix egui-wgpu winit

* wgpu 0.16

* Fix web compilation issue

* Add libloading to deny.toml skip

* lock fix after merge, sort deny skip list

---------

Co-authored-by: Andreas Reich <r_andreas2@web.de>
This commit is contained in:
Niklas Korz
2023-04-21 11:40:25 +02:00
committed by GitHub
parent 4d357b0f02
commit f962378243
7 changed files with 91 additions and 83 deletions

View File

@@ -66,7 +66,7 @@ impl WebPainterWgpu {
dx12_shader_compiler: Default::default(),
});
let surface = instance
.create_surface_from_canvas(&canvas)
.create_surface_from_canvas(canvas.clone())
.map_err(|err| format!("failed to create wgpu surface: {err}"))?;
let adapter = instance