Downgrade wgpu from 0.14 to 0.13.1

This commit is contained in:
mars 2022-11-17 13:16:59 -07:00
parent 4c5dc489ac
commit 24196adc3a
2 changed files with 1 additions and 2 deletions

View File

@ -77,7 +77,6 @@ impl Window {
width: size.width,
height: size.height,
present_mode: wgpu::PresentMode::Fifo,
alpha_mode: wgpu::CompositeAlphaMode::Auto,
};
surface.configure(&device, &surface_config);

View File

@ -6,4 +6,4 @@ edition = "2021"
[dependencies]
bytemuck = { version = "1", features = ["derive"] }
canary = { path = "../.." }
wgpu = "0.14"
wgpu = "0.13.1"