Update Dependencies

This commit is contained in:
lbl
2025-06-28 17:31:00 +08:00
parent 39c170892e
commit 14427ce437
7 changed files with 1217 additions and 469 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
fn main() {
// 配置 thunk-rs 来链接 Windows 7 兼容库,并自动设置链接参数
#[cfg(target_os = "windows")]
#[cfg(target_os = "windows")]
thunk::thunk();
}