mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 05:40:04 -04:00
feat: Re-export cursor types in winit-core/window
Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
@@ -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.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user