Fix unused import warning on macOS/Windows

This commit is contained in:
Kohki Miki 2019-10-23 00:42:07 +09:00 committed by Christian Duerr
parent 8a26341457
commit 9e0b9d5de1
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ use std::convert::From;
#[cfg(not(any(target_os = "macos", windows)))]
use std::ffi::c_void;
use std::fmt;
#[cfg(not(any(target_os = "macos", windows)))]
use std::os::raw::c_ulong;
use glutin::dpi::{LogicalPosition, LogicalSize, PhysicalPosition, PhysicalSize};