mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Merge #154
154: Use exact version for winit alpha r=kvark a=grovesNL Use exact version for winit alpha to avoid issues when new alphas are published (rust-windowing/winit#1362) Co-authored-by: Joshua Groves <josh@joshgroves.com>
This commit is contained in:
@@ -48,7 +48,7 @@ env_logger = "0.7"
|
||||
glsl-to-spirv = "0.1"
|
||||
log = "0.4"
|
||||
png = "0.15"
|
||||
winit = "0.20.0-alpha6"
|
||||
winit = "=0.20.0-alpha6"
|
||||
rand = "0.7.2"
|
||||
zerocopy = "0.2"
|
||||
futures = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user