remove modules and have single event manager (atomics feature parity + preparation for local state)
This commit is contained in:
@@ -3,7 +3,6 @@ mod mask;
|
||||
mod position;
|
||||
mod ptr;
|
||||
mod rect;
|
||||
mod sense;
|
||||
mod text;
|
||||
mod trait_fns;
|
||||
|
||||
@@ -12,6 +11,5 @@ pub use mask::*;
|
||||
pub use position::*;
|
||||
pub use ptr::*;
|
||||
pub use rect::*;
|
||||
pub use sense::*;
|
||||
pub use text::*;
|
||||
pub use trait_fns::*;
|
||||
|
||||
Reference in New Issue
Block a user