This commit is contained in:
Eryn Wells 2025-05-08 17:37:51 -07:00
parent d5cdf273c8
commit 091cc99cb3
42 changed files with 805 additions and 1662 deletions

8
Cargo.lock generated
View file

@ -67,6 +67,7 @@ name = "chessfriend_bitboard"
version = "0.1.0"
dependencies = [
"chessfriend_core",
"forward_ref",
]
[[package]]
@ -95,6 +96,7 @@ name = "chessfriend_position"
version = "0.1.0"
dependencies = [
"chessfriend_bitboard",
"chessfriend_board",
"chessfriend_core",
"chessfriend_moves",
]
@ -199,6 +201,12 @@ dependencies = [
"windows-sys",
]
[[package]]
name = "forward_ref"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8cbd1169bd7b4a0a20d92b9af7a7e0422888bd38a6f5ec29c1fd8c1558a272e"
[[package]]
name = "heck"
version = "0.4.1"