aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVictor Berger <victor.berger@m4x.org>2015-05-09 10:12:31 +0200
committerVictor Berger <victor.berger@m4x.org>2015-05-09 11:12:44 +0200
commita3921ea88a3783a3001d9d4c85d4c8f96fadeafa (patch)
tree4abde6c8dbf0ced8254177cb9af7f80571a6481a /Cargo.toml
parentbfa7e091d031e9ffb0c030f0ec484759acb881de (diff)
downloadglutin-a3921ea88a3783a3001d9d4c85d4c8f96fadeafa.tar.gz
glutin-a3921ea88a3783a3001d9d4c85d4c8f96fadeafa.zip
Continue wayland API: WindowProxy, MonitorID,
and some other little stuff.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
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"