1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

mute warning

This commit is contained in:
Emil Ernerfeldt
2023-11-23 15:52:50 +01:00
parent e7604c0230
commit 56a74a5247

View File

@@ -200,6 +200,7 @@ impl WgpuWinitApp {
});
}
#[allow(unused_mut)] // used for accesskit
let mut egui_winit = egui_winit::State::new(
ViewportId::ROOT,
event_loop,