feat: Re-export cursor types in winit-core/window

Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley
2024-02-04 10:43:25 -08:00
parent 114e6999d3
commit 48831f7910
2 changed files with 5 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
//! Types used in window construction.
use cursor_icon::CursorIcon;
#[doc(inline)]
pub use cursor_icon::{CursorIcon, ParseError as CursorIconParseError};
/// The behavior of cursor grabbing.
///