Run rustfmt
This commit is contained in:
parent
8eb7853a1a
commit
eb38ff453a
2 changed files with 19 additions and 25 deletions
|
|
@ -36,9 +36,7 @@ use crate::{
|
|||
platform_impl::platform::{
|
||||
dpi::{dpi_to_scale_factor, hwnd_dpi},
|
||||
drop_handler::FileDropHandler,
|
||||
event_loop::{
|
||||
self, EventLoopWindowTarget, DESTROY_MSG_ID, INITIAL_DPI_MSG_ID,
|
||||
},
|
||||
event_loop::{self, EventLoopWindowTarget, DESTROY_MSG_ID, INITIAL_DPI_MSG_ID},
|
||||
icon::{self, IconType, WinIcon},
|
||||
monitor,
|
||||
raw_input::register_all_mice_and_keyboards_for_raw_input,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue