Fix warnings on macos (#1419)

This commit is contained in:
Murarth
2020-01-26 13:55:27 -07:00
committed by GitHub
parent fd946feac4
commit 66fe69edd9

View File

@@ -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},
};