Update wayland dependency to 0.2.

This commit is contained in:
Victor Berger 2015-06-23 11:23:10 +02:00
parent 1aedc828c5
commit 2ac78cadf6
3 changed files with 27 additions and 23 deletions

View file

@ -60,18 +60,18 @@ dwmapi-sys = "0.1"
[target.i686-unknown-linux-gnu.dependencies]
osmesa-sys = "0.0.5"
wayland-client = "0.1.6"
wayland-kbd = "0.1.1"
wayland-client = { version = "0.2.0", features = ["egl", "dlopen"] }
wayland-kbd = "0.2.0"
x11-dl = "=1.0.1"
[target.x86_64-unknown-linux-gnu.dependencies]
osmesa-sys = "0.0.5"
wayland-client = "0.1.6"
wayland-kbd = "0.1.1"
wayland-client = { version = "0.2.0", features = ["egl", "dlopen"] }
wayland-kbd = "0.2.0"
x11-dl = "=1.0.1"
[target.arm-unknown-linux-gnueabihf.dependencies]
osmesa-sys = "0.0.5"
wayland-client = "0.1.6"
wayland-kbd = "0.1.1"
wayland-client = { version = "0.2.0", features = ["egl", "dlopen"] }
wayland-kbd = "0.2.0"
x11-dl = "=1.0.1"