summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/events.rs1
-rw-r--r--src/lib.rs1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/events.rs b/src/events.rs
index b738e5b..428f6d9 100644
--- a/src/events.rs
+++ b/src/events.rs
@@ -3,7 +3,6 @@ use crate::*;
use winit::dpi::PhysicalSize;
use winit::event::ElementState;
use winit::keyboard::KeyCode;
-use winit::window::CursorIcon;
use std::path::PathBuf;
diff --git a/src/lib.rs b/src/lib.rs
index f856775..f17cab5 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -14,6 +14,7 @@ pub use phosphor::Phosphor;
pub use event_queue::EventWriter;
pub use winit::keyboard::{KeyCode, ModifiersState};
+pub use winit::window::CursorIcon;
pub type Position = geometry::Point<i32>;
pub type Dimensions = geometry::Dimensions<u32>;