Merge pull request #65 from glennw/x-threads
Add an interface for providing system wide initialization options to the windowing system.
This commit is contained in:
commit
2c9eaf8651
4 changed files with 18 additions and 0 deletions
|
|
@ -37,6 +37,8 @@ extern crate libc;
|
|||
extern crate cocoa;
|
||||
#[cfg(target_os = "macos")]
|
||||
extern crate core_foundation;
|
||||
#[cfg(target_os = "linux")]
|
||||
extern crate sync;
|
||||
|
||||
pub use events::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue