1
0
Fork 0

attempt to fix mac build

This commit is contained in:
Billy Messenger 2020-10-20 17:09:59 -05:00
parent 84cac3e7ba
commit b0196b8c5f

View file

@ -12,7 +12,7 @@ use raw_window_handle::{macos::MacOSHandle, HasRawWindowHandle, RawWindowHandle}
use crate::{ use crate::{
Event, KeyboardEvent, MouseButton, MouseEvent, ScrollDelta, WindowEvent, WindowHandler, Event, KeyboardEvent, MouseButton, MouseEvent, ScrollDelta, WindowEvent, WindowHandler,
WindowOpenOptions, WindowOpenOptions, WindowScalePolicy,
}; };
pub struct Window { pub struct Window {