mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 22:53:15 -04:00
Fix compilation errors
This commit is contained in:
@@ -21,7 +21,9 @@ pub use self::error::OsError;
|
||||
pub use self::event_loop::{
|
||||
EventLoop, Proxy as EventLoopProxy, WindowTarget as EventLoopWindowTarget,
|
||||
};
|
||||
pub use self::monitor::Handle as MonitorHandle;
|
||||
pub use self::monitor::{
|
||||
Handle as MonitorHandle, Mode as VideoMode
|
||||
};
|
||||
pub use self::window::{
|
||||
Id as WindowId, PlatformSpecificBuilderAttributes as PlatformSpecificWindowBuilderAttributes,
|
||||
Window,
|
||||
|
||||
Reference in New Issue
Block a user