Fix warnings on macos (#1419)
This commit is contained in:
parent
fd946feac4
commit
66fe69edd9
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ use std::os::raw::c_void;
|
|||
|
||||
use crate::{
|
||||
dpi::LogicalSize,
|
||||
event_loop::{EventLoop, EventLoopWindowTarget},
|
||||
event_loop::EventLoopWindowTarget,
|
||||
monitor::MonitorHandle,
|
||||
window::{Window, WindowBuilder},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue