Firsts steps of a wayland backend.

This commit is contained in:
Victor Berger 2015-04-30 07:49:46 +02:00
parent 9f13395cac
commit 1e0dd2290e
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]