remove modules and have single event manager (atomics feature parity + preparation for local state)
This commit is contained in:
1 parent
a708813ce7
commit
37b1987aa8
17 files changed
+390
-432
No files matched your search
@@ -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