aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2015-05-09 11:34:57 +0200
committertomaka <pierre.krieger1708@gmail.com>2015-05-09 11:34:57 +0200
commit8eae6ef79e2be6e6984e107b4e93d9472b334621 (patch)
tree4abde6c8dbf0ced8254177cb9af7f80571a6481a /Cargo.toml
parentbfa7e091d031e9ffb0c030f0ec484759acb881de (diff)
parenta3921ea88a3783a3001d9d4c85d4c8f96fadeafa (diff)
downloadglutin-8eae6ef79e2be6e6984e107b4e93d9472b334621.tar.gz
glutin-8eae6ef79e2be6e6984e107b4e93d9472b334621.zip
Merge pull request #441 from vberger/wayland
Continuation of wayland API
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"