Move a bunch of stuff from the position::move module over to a new chessfriend_moves crate
This commit is contained in:
parent
1958c1a50e
commit
f69c7d4c96
6 changed files with 257 additions and 2 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -74,12 +74,11 @@ name = "chessfriend_core"
|
|||
version = "0.1.0"
|
||||
|
||||
[[package]]
|
||||
name = "chessfriend_move_generator"
|
||||
name = "chessfriend_moves"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"chessfriend_bitboard",
|
||||
"chessfriend_core",
|
||||
"chessfriend_position",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue