Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Scott Harper 2020-05-15 11:38:08 +09:00
commit 175f5d71f4

View File

@ -28,7 +28,7 @@ impl iced_native::window::Backend for Backend {
}, },
compatible_surface: None, compatible_surface: None,
}, },
wgpu::BackendBit::all(), wgpu::BackendBit::PRIMARY,
) )
.await .await
.expect("Request adapter"); .expect("Request adapter");