Fix some imports in the moves package
Castle and EnPassant moved to the board package. Reference these types there. Add the board packages as a dependency to the moves package.
This commit is contained in:
parent
1d82d27f84
commit
b3c472fbce
7 changed files with 8 additions and 62 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -86,6 +86,7 @@ name = "chessfriend_moves"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"chessfriend_bitboard",
|
||||
"chessfriend_board",
|
||||
"chessfriend_core",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue