Skip to content

Commit a76bc97

Browse files
committed
Fixes
1 parent 382a5f7 commit a76bc97

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/platform/win/window.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ use crate::wrappers::win32::{
3030
WindowStyle,
3131
};
3232
use crate::{
33-
Event, MouseButton, MouseEvent, ScrollDelta, WindowEvent, WindowHandler, WindowOpenOptions,
34-
WindowScalePolicy, WindowSize,
33+
Event, MouseButton, MouseEvent, ScrollDelta, WindowEvent, WindowOpenOptions, WindowScalePolicy,
34+
WindowSize,
3535
};
3636

3737
#[allow(non_snake_case)]

0 commit comments

Comments
 (0)