Merge pull request #368 from Daggerbot/wip

Using `x11-rs` and `osmesa-rs`.
This commit is contained in:
tomaka 2015-04-17 17:42:46 +02:00
commit 2d7a800aee
5 changed files with 95 additions and 1614 deletions

View file

@ -47,3 +47,11 @@ winapi = "0.1"
gdi32-sys = "0.1"
user32-sys = "0.1"
kernel32-sys = "0.1"
[target.i686-unknown-linux-gnu.dependencies]
osmesa-sys = "*"
x11 = "*"
[target.x86_64-unknown-linux-gnu.dependencies]
osmesa-sys = "*"
x11 = "*"