From ac4ae3ebe4ef45dd43878ee2075b5cd4d59b7531 Mon Sep 17 00:00:00 2001 From: Drakulix Date: Thu, 8 Jun 2017 01:14:56 +0200 Subject: [PATCH] Update libinput bindings --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f78f43a..8d1df4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ libloading = "0.4.0" wayland-client = { version = "~0.8.6", optional = true } winit = { git = "https://github.com/tomaka/winit.git", optional = true } glium = { version = "~0.16.0", optional = true } -input = { version = "~0.1.1", optional = true } +input = { version = "~0.2.0", optional = true } clippy = { version = "*", optional = true } [build-dependencies]