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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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