remove modules and have single event manager (atomics feature parity + preparation for local state)

This commit is contained in:
iris committed 2025-12-12 01:46:24 -05:00
1 parent a708813ce7
commit 37b1987aa8
17 files changed
+390 -432

No files matched your search

+2
View File
@@ -1,11 +1,13 @@
use crate::{Len, Painter, SizeCtx, Ui};
use std::any::Any;
mod data;
mod handle;
mod like;
mod tag;
mod widgets;
pub use data::*;
pub use handle::*;
pub use like::*;
pub use tag::*;