Update all deps
This commit is contained in:
+3
-4
@@ -449,13 +449,12 @@ impl Viewport {
|
||||
..egui_wgpu::WgpuConfiguration::default()
|
||||
};
|
||||
|
||||
let options = egui_wgpu::RendererOptions::default();
|
||||
let mut painter = pollster::block_on(egui_wgpu::winit::Painter::new(
|
||||
ctx.clone(),
|
||||
wgpu_config,
|
||||
1,
|
||||
None,
|
||||
false,
|
||||
true,
|
||||
options,
|
||||
));
|
||||
|
||||
let mut info = ViewportInfo::default();
|
||||
@@ -554,7 +553,7 @@ impl Viewport {
|
||||
&mut self.info,
|
||||
std::mem::take(&mut self.commands),
|
||||
&self.window,
|
||||
&mut HashSet::default(),
|
||||
&mut vec![],
|
||||
);
|
||||
|
||||
if self.info.close_requested() {
|
||||
|
||||
Reference in New Issue
Block a user