Merge pull request #21 from Drakulix/update/input

Update libinput bindings
This commit is contained in:
Victor Berger 2017-06-08 10:45:40 +02:00 committed by GitHub
commit 9ddce76d7f
1 changed files with 1 additions and 1 deletions

View File

@ -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]