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

@ -46,6 +46,10 @@ extern crate cocoa;
extern crate core_foundation;
#[cfg(target_os = "macos")]
extern crate glutin_core_graphics as core_graphics;
#[cfg(target_os = "linux")]
extern crate osmesa_sys;
#[cfg(target_os = "linux")]
extern crate x11;
pub use events::*;
#[cfg(feature = "headless")]