fix: remove unused platform specific usings (#55)
This commit is contained in:
parent
16a82ebe05
commit
28035d9a2e
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,6 @@ use settings::Settings;
|
||||||
use spotify::Spotify;
|
use spotify::Spotify;
|
||||||
use std::{
|
use std::{
|
||||||
env,
|
env,
|
||||||
os::windows::process,
|
|
||||||
time::{Duration, Instant},
|
time::{Duration, Instant},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -29,6 +28,7 @@ async fn main() {
|
||||||
#[tokio::main]
|
#[tokio::main]
|
||||||
async fn main() {
|
async fn main() {
|
||||||
use colored::control;
|
use colored::control;
|
||||||
|
use std::os::windows::process;
|
||||||
|
|
||||||
//backwards compatibility.
|
//backwards compatibility.
|
||||||
if control::set_virtual_terminal(true).is_ok() {};
|
if control::set_virtual_terminal(true).is_ok() {};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue