mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-24 22:31:30 +11:00
Fix warnings on macos (#1419)
This commit is contained in:
parent
fd946feac4
commit
66fe69edd9
|
@ -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},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue