[core] Rename core → chess_core

This commit is contained in:
Eryn Wells 2024-01-24 08:29:16 -08:00
parent 406631b617
commit 3c3a62345d
4 changed files with 2 additions and 2 deletions

View file

@ -1,3 +0,0 @@
mod coordinates;
pub use coordinates::{Direction, File, Rank, Square};