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:
Thomas Gardner 2023-02-19 11:00:48 +11:00
parent f7e88665c6
commit f89602948e
5 changed files with 381 additions and 245 deletions

View file

@ -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 = [