aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVictor Berger <victor.berger@m4x.org>2015-05-10 19:13:56 +0200
committerVictor Berger <victor.berger@m4x.org>2015-05-13 08:12:09 +0200
commit40322a2c69bdbb465ce1481aa61ac6dec85e10dd (patch)
tree692d62d2a7b31b323c94ffcc8c44ae57d2d15815 /Cargo.toml
parent1278d9779d119be706d75d1ecaeaa9846fd78ed2 (diff)
downloadglutin-40322a2c69bdbb465ce1481aa61ac6dec85e10dd.tar.gz
glutin-40322a2c69bdbb465ce1481aa61ac6dec85e10dd.zip
Implement some more functions for wayland.
- set/get_inner_size() - set_title
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 32e8d90..89ed55e 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.4"
+wayland-client = "0.1.5"
x11-dl = "=1.0.1"
[target.x86_64-unknown-linux-gnu.dependencies]
osmesa-sys = "0.0.5"
-wayland-client = "0.1.4"
+wayland-client = "0.1.5"
x11-dl = "=1.0.1"
[target.arm-unknown-linux-gnueabihf.dependencies]
osmesa-sys = "0.0.5"
-wayland-client = "0.1.4"
+wayland-client = "0.1.5"
x11-dl = "=1.0.1"