Skip to content

Commit

Permalink
send position fen for starting position
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoBSalgueiro committed Feb 12, 2024
1 parent 264a7bb commit e874978
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src-tauri/src/chess.rs
Original file line number Diff line number Diff line change
Expand Up @@ -350,10 +350,6 @@ async fn send_command(stdin: &mut ChildStdin, command: impl AsRef<str>) {
#[serde(rename_all = "camelCase")]
#[derivative(Default)]
pub struct EngineOptions {
// pub multipv: u16,
// pub threads: u16,
// pub hash: u16,
#[derivative(Default(value = "Fen::default().to_string()"))]
pub fen: String,
pub moves: Vec<String>,
pub extra_options: Vec<EngineOption>,
Expand Down

0 comments on commit e874978

Please sign in to comment.