🎈 perf: event log

This commit is contained in:
m1m1sha
2024-10-12 19:57:36 +08:00
parent 9824d0adaa
commit dd941681ce
11 changed files with 129 additions and 85 deletions

View File

@@ -1,10 +1,5 @@
#[cfg(target_os = "windows")]
use std::{
env,
fs::File,
io::{copy, Cursor},
path::PathBuf,
};
use std::{env, io::Cursor, path::PathBuf};
#[cfg(target_os = "windows")]
struct WindowsBuild {}