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
|
@ -6,5 +6,6 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
chessfriend_core = { path = "../core" }
|
||||
chessfriend_bitboard = { path = "../bitboard" }
|
||||
chessfriend_board = { path = "../board" }
|
||||
chessfriend_core = { path = "../core" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue