From 5f17469dc2057072385c9ddd20bf65dd7e099838 Mon Sep 17 00:00:00 2001 From: Simon Gellis Date: Sat, 15 Feb 2025 18:22:21 -0500 Subject: [PATCH] Fix warning on windows --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index 0de36b1..2cfa0a7 100644 --- a/src/app.rs +++ b/src/app.rs @@ -250,10 +250,10 @@ struct WgpuState { impl WgpuState { fn new() -> Self { + #[allow(unused_variables)] let egui_wgpu::WgpuConfiguration { wgpu_setup: egui_wgpu::WgpuSetup::CreateNew { - #[allow(unused)] supported_backends, device_descriptor, ..