Skip to content

Commit c9dd362

Browse files
authored
Merge branch 'feat/reactive-window-data' into feat/reactive-window-state
2 parents 427c66e + 7142337 commit c9dd362

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/hooks/src/use_platform.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@ use dioxus_core::prelude::{consume_context, try_consume_context, use_hook};
44
use dioxus_signals::{Readable, Signal};
55
use freya_common::EventMessage;
66
use tokio::sync::{broadcast, mpsc::UnboundedSender};
7-
use torin::geometry::Size2D;
8-
use winit::window::Fullscreen;
97
use winit::{
10-
dpi::PhysicalSize,
118
event_loop::EventLoopProxy,
12-
window::{CursorIcon, Window},
9+
window::{CursorIcon, Fullscreen, Window},
1310
};
1411

1512
#[derive(Clone, Copy, PartialEq)]

0 commit comments

Comments
 (0)