diff options
author | tomaka <pierre.krieger1708@gmail.com> | 2015-04-24 19:27:41 +0200 |
---|---|---|
committer | tomaka <pierre.krieger1708@gmail.com> | 2015-04-24 19:27:41 +0200 |
commit | d6c50df294a7832b1d9233aaa0c5e0bee8929c8f (patch) | |
tree | 3577f29635ebd3c1340740eee19250b716400578 /src/lib.rs | |
parent | 4dee36631c520726179139bd543453ff0f3b78d6 (diff) | |
parent | a72e06cf1b8f0e037be8a0e3152b9b0ab9ef2c95 (diff) | |
download | glutin-d6c50df294a7832b1d9233aaa0c5e0bee8929c8f.tar.gz glutin-d6c50df294a7832b1d9233aaa0c5e0bee8929c8f.zip |
Merge pull request #395 from tomaka/x-reorg
Reorganize the Linux implementation and split OSMesa and X11
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 0 insertions, 2 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")] |