mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 22:00:04 -04:00
Fix warnings on macos (#1419)
This commit is contained in:
@@ -4,7 +4,7 @@ use std::os::raw::c_void;
|
|||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
dpi::LogicalSize,
|
dpi::LogicalSize,
|
||||||
event_loop::{EventLoop, EventLoopWindowTarget},
|
event_loop::EventLoopWindowTarget,
|
||||||
monitor::MonitorHandle,
|
monitor::MonitorHandle,
|
||||||
window::{Window, WindowBuilder},
|
window::{Window, WindowBuilder},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user