mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 21:30:03 -04:00
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:
@@ -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::*;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user