mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
[rs] Merge #614
614: Bump winit version to 0.23.0 r=cwfitzgerald a=daveshah1
This fixes the following error trying to run the hello-triangle (and probably other) examples on GNOME/Wayland:
[wayland-client error] Attempted to dispatch unknown opcode 0 for wl_shm, aborting.
Co-authored-by: David Shah <dave@ds0.me>
This commit is contained in:
commit
2226cc8d31
@ -57,7 +57,7 @@ gfx-backend-gl = { version = "0.6", features = ["x11"] }
|
||||
cgmath = "0.17"
|
||||
log = "0.4"
|
||||
png = "0.16"
|
||||
winit = { version = "0.22.1", features = ["web-sys"] }
|
||||
winit = { version = "0.23.0", features = ["web-sys"] }
|
||||
rand = { version = "0.7.2", features = ["wasm-bindgen"] }
|
||||
bytemuck = { version = "1.4", features = ["derive"] }
|
||||
noise = "0.6"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user