mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-02 06:40:06 -04:00
Fix bugs from f4fb699b52
This commit is contained in:
@@ -23,8 +23,10 @@ pub use events::*;
|
||||
|
||||
#[cfg(windows)]
|
||||
use winimpl = win32;
|
||||
#[cfg(unix)]
|
||||
#[cfg(target_os = "linux")]
|
||||
use winimpl = x11;
|
||||
#[cfg(target_os = "macos")]
|
||||
use winimpl = osx;
|
||||
|
||||
#[cfg(target_os = "win32")]
|
||||
mod win32;
|
||||
|
||||
Reference in New Issue
Block a user