Skip to content
Snippets Groups Projects
Unverified Commit 46d2e330 authored by John's avatar John Committed by GitHub
Browse files

Merge pull request #178 from StarArawn/fix-export-types

Export the cursor types.
parents a1fb105e 92dcb100
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,7 @@ pub mod prelude { ...@@ -42,6 +42,7 @@ pub mod prelude {
pub use crate::children::KChildren; pub use crate::children::KChildren;
pub use crate::clone_component::PreviousWidget; pub use crate::clone_component::PreviousWidget;
pub use crate::context::*; pub use crate::context::*;
pub use crate::cursor::*;
pub use crate::event::*; pub use crate::event::*;
pub use crate::event_dispatcher::{EventDispatcher, EventDispatcherContext}; pub use crate::event_dispatcher::{EventDispatcher, EventDispatcherContext};
pub use crate::focus_tree::Focusable; pub use crate::focus_tree::Focusable;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment