diff options
author | tomaka <pierre.krieger1708@gmail.com> | 2015-05-09 11:34:57 +0200 |
---|---|---|
committer | tomaka <pierre.krieger1708@gmail.com> | 2015-05-09 11:34:57 +0200 |
commit | 8eae6ef79e2be6e6984e107b4e93d9472b334621 (patch) | |
tree | 4abde6c8dbf0ced8254177cb9af7f80571a6481a /Cargo.toml | |
parent | bfa7e091d031e9ffb0c030f0ec484759acb881de (diff) | |
parent | a3921ea88a3783a3001d9d4c85d4c8f96fadeafa (diff) | |
download | glutin-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.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.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" |