Skip to content

Commit f2fd56f

Browse files
committed
修复enigo报错
1 parent 3ddf1e4 commit f2fd56f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dsclient/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// #![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
1+
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
22
mod bitmap;
33
mod client;
44

dsserver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ dscom = {path = "../dscom"}
1010

1111
flate2 = "1.0"
1212
scrap = "0.5"
13-
enigo = "0.0.14"
13+
enigo = "0.1.3"
1414
rayon = "1.5"

0 commit comments

Comments
 (0)