Skip to content

Commit

Permalink
Add crate to generate magic bitboard lookup tables
Browse files Browse the repository at this point in the history
  • Loading branch information
bsamseth committed Oct 30, 2024
1 parent 9de6503 commit 943406e
Show file tree
Hide file tree
Showing 3 changed files with 967 additions and 0 deletions.
10 changes: 10 additions & 0 deletions goldchess-gen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[package]
name = "goldchess-gen"
version = "0.1.0"
edition = "2021"

[dependencies]
prettyplease = "0.2.24"
quote = "1.0.37"
rand = "0.8.5"
syn = "2.0.81"
Loading

0 comments on commit 943406e

Please sign in to comment.