[board] Make the display module public
This commit is contained in:
parent
a14cb30781
commit
fb6d1ad2f0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,12 +1,12 @@
|
||||||
// Eryn Wells <eryn@erynwells.me>
|
// Eryn Wells <eryn@erynwells.me>
|
||||||
|
|
||||||
pub mod castle;
|
pub mod castle;
|
||||||
|
pub mod display;
|
||||||
pub mod en_passant;
|
pub mod en_passant;
|
||||||
pub mod fen;
|
pub mod fen;
|
||||||
|
|
||||||
mod board;
|
mod board;
|
||||||
mod builder;
|
mod builder;
|
||||||
mod display;
|
|
||||||
mod flags;
|
mod flags;
|
||||||
mod macros;
|
mod macros;
|
||||||
mod piece_sets;
|
mod piece_sets;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue