mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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
|
@ -89,7 +89,6 @@ packages = [
|
|||
# https://github.com/servo/servo/pull/28236
|
||||
"dlib",
|
||||
"nix",
|
||||
"strsim",
|
||||
|
||||
# Duplicated by webrender debugger via ws
|
||||
"digest",
|
||||
|
@ -97,6 +96,10 @@ packages = [
|
|||
"opaque-debug",
|
||||
"sha-1",
|
||||
"block-buffer",
|
||||
|
||||
# Duplicated by winit/surfman update.
|
||||
"raw-window-handle",
|
||||
"windows-sys",
|
||||
]
|
||||
# Files that are ignored for all tidy and lint checks.
|
||||
files = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue