Continue wayland API: WindowProxy, MonitorID,

and some other little stuff.
This commit is contained in:
Victor Berger 2015-05-09 10:12:31 +02:00
parent bfa7e091d0
commit a3921ea88a
2 changed files with 34 additions and 15 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.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"