Move a whole bunch of stuff to the new chessfriend_board package
This commit is contained in:
parent
797606785e
commit
1d82d27f84
12 changed files with 1130 additions and 41 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue