[core] Rename (once again) chess_core → chessfriend_core
This commit is contained in:
parent
625bfb2446
commit
b0b22048a8
21 changed files with 30 additions and 30 deletions
|
@ -6,7 +6,7 @@ macro_rules! piece {
|
|||
$crate::piece::Piece::new($crate::piece::Color::$color, $crate::piece::Shape::$shape)
|
||||
};
|
||||
($color:ident $shape:ident on $square:ident) => {
|
||||
$crate::piece::PlacedPiece::new(piece!($color $shape), chess_core::Square::$square)
|
||||
$crate::piece::PlacedPiece::new(piece!($color $shape), chessfriend_core::Square::$square)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue