Using x11-rs and osmesa-rs.

This commit is contained in:
Daggerbot 2015-04-09 10:38:58 +00:00
parent 70d36a3d3d
commit 2d20050b89
5 changed files with 96 additions and 1616 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 = "*"