[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
|
@ -9,7 +9,7 @@ use crate::{
|
|||
sight::Sight,
|
||||
BitBoard, Move,
|
||||
};
|
||||
use chess_core::Square;
|
||||
use chessfriend_core::Square;
|
||||
use std::{cell::OnceCell, fmt};
|
||||
|
||||
#[derive(Clone, Debug, Eq, PartialEq)]
|
||||
|
@ -268,7 +268,7 @@ impl fmt::Display for Position {
|
|||
#[cfg(test)]
|
||||
mod tests {
|
||||
use crate::{position, Castle, Color, Position};
|
||||
use chess_core::Square;
|
||||
use chessfriend_core::Square;
|
||||
|
||||
#[test]
|
||||
fn piece_on_square() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue