Move a whole bunch of stuff to the new chessfriend_board package

This commit is contained in:
Eryn Wells 2024-04-25 13:28:24 -07:00
parent 797606785e
commit 1d82d27f84
12 changed files with 1130 additions and 41 deletions

8
Cargo.lock generated
View file

@ -69,6 +69,14 @@ dependencies = [
"chessfriend_core",
]
[[package]]
name = "chessfriend_board"
version = "0.1.0"
dependencies = [
"chessfriend_bitboard",
"chessfriend_core",
]
[[package]]
name = "chessfriend_core"
version = "0.1.0"