Reorganize the Linux implementation and split OSMesa and X11
This commit is contained in:
parent
4dee36631c
commit
a72e06cf1b
9 changed files with 913 additions and 922 deletions
|
|
@ -48,8 +48,6 @@ extern crate core_foundation;
|
|||
extern crate glutin_core_graphics as core_graphics;
|
||||
#[cfg(any(target_os = "linux", target_os = "freebsd"))]
|
||||
extern crate x11;
|
||||
#[cfg(all(any(target_os = "linux", target_os = "freebsd"), feature="headless"))]
|
||||
extern crate osmesa_sys;
|
||||
|
||||
pub use events::*;
|
||||
#[cfg(feature = "headless")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue