From a3921ea88a3783a3001d9d4c85d4c8f96fadeafa Mon Sep 17 00:00:00 2001 From: Victor Berger Date: Sat, 9 May 2015 10:12:31 +0200 Subject: Continue wayland API: WindowProxy, MonitorID, and some other little stuff. --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 31d0b0b..32e8d90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,15 +50,15 @@ kernel32-sys = "0.1" [target.i686-unknown-linux-gnu.dependencies] osmesa-sys = "0.0.5" -wayland-client = "0.1.3" +wayland-client = "0.1.4" x11-dl = "=1.0.1" [target.x86_64-unknown-linux-gnu.dependencies] osmesa-sys = "0.0.5" -wayland-client = "0.1.3" +wayland-client = "0.1.4" x11-dl = "=1.0.1" [target.arm-unknown-linux-gnueabihf.dependencies] osmesa-sys = "0.0.5" -wayland-client = "0.1.3" +wayland-client = "0.1.4" x11-dl = "=1.0.1" -- cgit v1.2.3