Commit graph

15 commits

Author SHA1 Message Date
8dc1e859e0 [chessfriend] Empty crate
The idea for this crate is that it'll be the entry point for interacting with
the chess engine.
2025-06-16 19:29:57 -07:00
4650f88e0a Bump the resolver version in the workspace Cargo.toml 2025-06-16 13:50:18 -07:00
bd112efdf3 Reformat the members list in Cargo.toml
When I added the perft crate, it added it alphabetically at the end of the line
with the moves crate. Why?
2025-06-16 09:02:36 -07:00
0167794346 [perft] A small Perft program 2025-06-08 17:19:00 -07:00
797606785e Empty board package 2024-04-25 09:32:27 -07:00
f69c7d4c96 Move a bunch of stuff from the position::move module over to a new chessfriend_moves crate 2024-02-11 10:23:07 -07:00
63758a2edd Remove the move_generator crate from the Cargo workspace 2024-02-02 08:07:13 -08:00
ed55eda901 Update the Cargo.toml files 2024-01-28 09:58:50 -08:00
3e1675f87e Specify resolver=2 in the Cargo workspace 2024-01-24 17:10:44 -08:00
7738f30e5e Fix the workspace members
The items in the members array are paths, not crate names.
2024-01-24 09:14:59 -08:00
b0b22048a8 [core] Rename (once again) chess_core → chessfriend_core 2024-01-24 08:48:19 -08:00
32100b9553 [bitboard] Make an empty chess_bitboard crate
This crate lives in bitboard/
2024-01-24 08:34:23 -08:00
3c3a62345d [core] Rename core → chess_core 2024-01-24 08:29:16 -08:00
7e08a9adc4 [core] Create a core crate 2024-01-24 08:24:59 -08:00
e522e268cf Make a Cargo Workspace! 2024-01-22 19:33:59 -08:00