From b0196b8c5fc6c13dbd2667f8dac37ea90af90bcc Mon Sep 17 00:00:00 2001 From: Billy Messenger Date: Tue, 20 Oct 2020 17:09:59 -0500 Subject: [PATCH] attempt to fix mac build --- src/macos/window.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macos/window.rs b/src/macos/window.rs index 1152ea2..c682f61 100644 --- a/src/macos/window.rs +++ b/src/macos/window.rs @@ -12,7 +12,7 @@ use raw_window_handle::{macos::MacOSHandle, HasRawWindowHandle, RawWindowHandle} use crate::{ Event, KeyboardEvent, MouseButton, MouseEvent, ScrollDelta, WindowEvent, WindowHandler, - WindowOpenOptions, + WindowOpenOptions, WindowScalePolicy, }; pub struct Window {