update winit dependency

This commit is contained in:
Victor Berger 2022-01-07 20:24:37 +01:00 committed by Victor Berger
parent 24b30e517d
commit dca52a9f1d
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: update
args: -p libdbus-sys -p calloop:0.6.1
args: -p libdbus-sys
- name: Check
uses: actions-rs/cargo@v1
with:

View File

@ -47,7 +47,7 @@ wayland-egl = { version = "0.29.0", optional = true }
wayland-protocols = { version = "0.29.0", features = ["unstable_protocols", "staging_protocols", "server"], optional = true }
wayland-server = { version = "0.29.0", optional = true }
wayland-sys = { version = "0.29.0", optional = true }
winit = { version = "0.25.0", optional = true }
winit = { version = "0.26", optional = true }
x11rb = { version = "0.9.0", optional = true }
xkbcommon = "0.4.0"
scan_fmt = { version = "0.2.3", default-features = false }