diff --git a/src/main.rs b/src/main.rs index ba122ed..9d51326 100644 --- a/src/main.rs +++ b/src/main.rs @@ -15,7 +15,6 @@ use settings::Settings; use spotify::Spotify; use std::{ env, - os::windows::process, time::{Duration, Instant}, }; @@ -29,6 +28,7 @@ async fn main() { #[tokio::main] async fn main() { use colored::control; + use std::os::windows::process; //backwards compatibility. if control::set_virtual_terminal(true).is_ok() {};