diff options
author | tomaka <pierre.krieger1708@gmail.com> | 2015-05-13 17:12:31 +0200 |
---|---|---|
committer | tomaka <pierre.krieger1708@gmail.com> | 2015-05-13 17:12:31 +0200 |
commit | a6c33ef958d9c54581c9efb1760d48eeb8137e4b (patch) | |
tree | 5f8c08949e5266914ce9e6d25237f34a6704a6bb /Cargo.toml | |
parent | 41af4406cbf88869ecf687ef536cb902e5f1ebd1 (diff) | |
parent | 9e489fee01da22eb1ff029e14544270cc0360fdd (diff) | |
download | glutin-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.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" |