separate logic state and draw state

This commit is contained in:
cool-mist
2026-01-25 01:50:52 +05:30
parent 52fb443d5b
commit dc61d6d956
8 changed files with 633 additions and 511 deletions
+3
View File
@@ -1,3 +1,6 @@
mod board;
pub use board::*;
mod button;
pub use button::*;