diff --git a/src/main.rs b/src/main.rs index e2f8790..dd62263 100644 --- a/src/main.rs +++ b/src/main.rs @@ -112,6 +112,7 @@ fn launch(file_path: &PathBuf) { .expect("Failed to wait for the game process to finish"); } +#[cfg(windows)] fn get_input() -> String { let mut input = String::new(); std::io::stdin().read_line(&mut input).unwrap();