Fix warning on windows
This commit is contained in:
parent
db36332307
commit
5f17469dc2
|
@ -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,
|
||||
..
|
||||
|
|
Loading…
Reference in New Issue