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