Begin to split out display module
Move the display to a dedicated module so that things can begin to DRY out
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
mod cell;
|
||||
mod board;
|
||||
pub mod display;
|
||||
|
||||
pub use board::Board;
|
||||
pub use board::Point;
|
||||
|
||||
Reference in New Issue
Block a user