aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2015-05-13 17:12:31 +0200
committertomaka <pierre.krieger1708@gmail.com>2015-05-13 17:12:31 +0200
commita6c33ef958d9c54581c9efb1760d48eeb8137e4b (patch)
tree5f8c08949e5266914ce9e6d25237f34a6704a6bb /Cargo.toml
parent41af4406cbf88869ecf687ef536cb902e5f1ebd1 (diff)
parent9e489fee01da22eb1ff029e14544270cc0360fdd (diff)
downloadglutin-a6c33ef958d9c54581c9efb1760d48eeb8137e4b.tar.gz
glutin-a6c33ef958d9c54581c9efb1760d48eeb8137e4b.zip
Merge pull request #443 from vberger/wayland
Some more work on the wayland backend
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"