Using x11-rs and osmesa-rs.
This commit is contained in:
parent
70d36a3d3d
commit
2d20050b89
5 changed files with 96 additions and 1616 deletions
|
|
@ -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")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue