Implement some more functions for wayland.

- set/get_inner_size()
 - set_title
This commit is contained in:
Victor Berger 2015-05-10 19:13:56 +02:00
parent 1278d9779d
commit 40322a2c69
2 changed files with 28 additions and 12 deletions

View file

@ -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"