Update input dependency

This commit is contained in:
Victor Berger 2021-07-08 13:26:13 +02:00 committed by Victor Berger
parent 0bad0a4a62
commit cb92938587
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ jobs:
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with:
command: doc command: doc
args: --no-deps --features "test_all_features" -p smithay -p calloop:0.9.0 -p dbus -p drm -p gbm -p input -p nix:0.20.0 -p udev:0.6.2 -p slog -p wayland-server -p wayland-commons -p wayland-protocols -p winit args: --no-deps --features "test_all_features" -p smithay -p calloop:0.9.0 -p dbus -p drm -p gbm -p input -p nix:0.20.0 -p udev -p slog -p wayland-server -p wayland-commons -p wayland-protocols -p winit
- name: Setup index - name: Setup index
run: cp ./doc_index.html ./target/doc/index.html run: cp ./doc_index.html ./target/doc/index.html

View File

@ -21,7 +21,7 @@ drm-fourcc = "^2.1.1"
drm = { version = "0.4.0", optional = true } drm = { version = "0.4.0", optional = true }
drm-ffi = { version = "0.1.0", optional = true } drm-ffi = { version = "0.1.0", optional = true }
gbm = { version = "0.6.0", optional = true, default-features = false, features = ["drm-support"] } gbm = { version = "0.6.0", optional = true, default-features = false, features = ["drm-support"] }
input = { version = "0.5", default-features = false, features=["libinput_1_14"], optional = true } input = { version = "0.6", default-features = false, features=["libinput_1_14"], optional = true }
image = { version = "0.23.14", default-features = false, optional = true } image = { version = "0.23.14", default-features = false, optional = true }
lazy_static = "1" lazy_static = "1"
libc = "0.2.70" libc = "0.2.70"