fix: don't even look at it
This commit is contained in:
parent
0a3edba1ba
commit
7fd9381629
@ -2,10 +2,10 @@ mod http;
|
||||
#[cfg(windows)]
|
||||
use mslnk::ShellLink;
|
||||
use semver::Version;
|
||||
#[cfg(not(windows))]
|
||||
use std::thread;
|
||||
use std::time::{SystemTime, UNIX_EPOCH};
|
||||
use std::{fs, path::PathBuf};
|
||||
#[cfg(not(windows))]
|
||||
use std::{thread, time};
|
||||
#[cfg(windows)]
|
||||
use steamlocate::SteamDir;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user