mirror of
https://github.com/servo/servo.git
synced 2025-09-19 03:18:20 +01:00
Bump winit to 0.28.1
This fixes the following wayland-client error: Attempted to dispatch unknown opcode 0 for wl_shm, aborting.
This commit is contained in:
parent
f7e88665c6
commit
f89602948e
5 changed files with 381 additions and 245 deletions
|
@ -60,7 +60,7 @@ shellwords = "1.0.0"
|
|||
surfman = { version = "0.5", features = ["sm-winit", "sm-x11"] }
|
||||
tinyfiledialogs = "3.0"
|
||||
webxr = { git = "https://github.com/servo/webxr", features = ["ipc", "glwindow", "headless"] }
|
||||
winit = "0.24"
|
||||
winit = "0.28.1"
|
||||
|
||||
[target.'cfg(any(target_os = "linux", target_os = "windows"))'.dependencies]
|
||||
image = "0.24"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue