mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 13:50:05 -04:00
Using x11-rs and osmesa-rs.
This commit is contained in:
@@ -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 = "*"
|
||||
|
||||
Reference in New Issue
Block a user