mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 22:00:04 -04:00
X11 implementation
This commit is contained in:
@@ -8,9 +8,13 @@ pub use hints::{Hints, ClientAPI, Profile};
|
||||
|
||||
#[cfg(windows)]
|
||||
use winimpl = win32;
|
||||
#[cfg(unix)]
|
||||
use winimpl = x11;
|
||||
|
||||
#[cfg(windows)]
|
||||
mod win32;
|
||||
#[cfg(unix)]
|
||||
mod x11;
|
||||
|
||||
mod events;
|
||||
mod hints;
|
||||
|
||||
Reference in New Issue
Block a user