remove modules and have single event manager (atomics feature parity + preparation for local state)
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
|
||||
mod attr;
|
||||
mod event;
|
||||
mod module;
|
||||
mod num;
|
||||
mod orientation;
|
||||
mod painter;
|
||||
@@ -27,7 +26,6 @@ pub mod util;
|
||||
|
||||
pub use attr::*;
|
||||
pub use event::*;
|
||||
pub use module::*;
|
||||
pub use num::*;
|
||||
pub use orientation::*;
|
||||
pub use painter::*;
|
||||
|
||||
Reference in New Issue
Block a user