From 30d3049c742d8a40ddad7067889ec8efb6c69080 Mon Sep 17 00:00:00 2001 From: John Mitchell <6656977+StarArawn@users.noreply.github.com> Date: Sat, 26 Nov 2022 09:07:32 -0500 Subject: [PATCH] Export the cursor types. --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 3af6415..463f9dc 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -59,6 +59,7 @@ pub mod prelude { pub use crate::widget_context::*; pub use crate::widget_state::*; pub use crate::widgets; + pub use crate::cursor::*; pub use kayak_font::Alignment; pub use kayak_ui_macros::{constructor, rsx}; } -- GitLab