1
0
Fork 0

Update dependencies

This commit is contained in:
Florian RICHER 2023-01-13 21:56:54 +01:00
parent c33c6d43e6
commit 8597694bcb
4 changed files with 796 additions and 524 deletions

View file

@ -9,5 +9,5 @@ edition = "2021"
crate_type = ["dylib"]
[dependencies]
winit = "0.26"
wgpu = { version = "0.13"}
winit = "0.27"
wgpu = { version = "0.14"}

View file

@ -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);