aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVictor Berger <victor.berger@m4x.org>2015-05-14 21:46:29 +0200
committerVictor Berger <victor.berger@m4x.org>2015-05-14 21:46:29 +0200
commit02bd3758eefd87ac1a13068f8887afe392bc7823 (patch)
tree71eb21c0b8509c4d4071a85da2e0b341c005e99e /Cargo.toml
parenta6c33ef958d9c54581c9efb1760d48eeb8137e4b (diff)
downloadglutin-02bd3758eefd87ac1a13068f8887afe392bc7823.tar.gz
glutin-02bd3758eefd87ac1a13068f8887afe392bc7823.zip
Basic raw keyboard handling.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 6 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 89ed55e..1d70771 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,15 +50,18 @@ kernel32-sys = "0.1"
[target.i686-unknown-linux-gnu.dependencies]
osmesa-sys = "0.0.5"
-wayland-client = "0.1.5"
+wayland-client = "0.1.6"
+wayland-kbd = "0.1.1"
x11-dl = "=1.0.1"
[target.x86_64-unknown-linux-gnu.dependencies]
osmesa-sys = "0.0.5"
-wayland-client = "0.1.5"
+wayland-client = "0.1.6"
+wayland-kbd = "0.1.1"
x11-dl = "=1.0.1"
[target.arm-unknown-linux-gnueabihf.dependencies]
osmesa-sys = "0.0.5"
-wayland-client = "0.1.5"
+wayland-client = "0.1.6"
+wayland-kbd = "0.1.1"
x11-dl = "=1.0.1"