Merge pull request #410 from vberger/wayland

(WIP) Wayland backend
This commit is contained in:
tomaka
2015-05-07 08:57:38 +02:00
3 changed files with 381 additions and 0 deletions

View File

@@ -50,10 +50,12 @@ kernel32-sys = "0.1"
[target.i686-unknown-linux-gnu.dependencies]
osmesa-sys = "0.0.5"
wayland-client = "*"
x11 = "*"
[target.x86_64-unknown-linux-gnu.dependencies]
osmesa-sys = "0.0.5"
wayland-client = "*"
x11 = "*"
[target.arm-unknown-linux-gnueabihf.dependencies]