Update dependencies
This commit is contained in:
parent
c33c6d43e6
commit
8597694bcb
4 changed files with 796 additions and 524 deletions
|
@ -9,5 +9,5 @@ edition = "2021"
|
|||
crate_type = ["dylib"]
|
||||
|
||||
[dependencies]
|
||||
winit = "0.26"
|
||||
wgpu = { version = "0.13"}
|
||||
winit = "0.27"
|
||||
wgpu = { version = "0.14"}
|
|
@ -51,6 +51,7 @@ impl GraphicsRenderer {
|
|||
width: size.width,
|
||||
height: size.height,
|
||||
present_mode: wgpu::PresentMode::Fifo,
|
||||
alpha_mode: wgpu::CompositeAlphaMode::Auto
|
||||
};
|
||||
|
||||
surface.configure(&device, &config);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue