fix: don't even look at it

This commit is contained in:
mxve 2023-08-12 14:33:25 +02:00
parent 0a3edba1ba
commit 7fd9381629

View File

@ -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;