We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ddf1e4 commit f2fd56fCopy full SHA for f2fd56f
dsclient/src/main.rs
@@ -1,4 +1,4 @@
1
-// #![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
+#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
2
mod bitmap;
3
mod client;
4
dsserver/Cargo.toml
@@ -10,5 +10,5 @@ dscom = {path = "../dscom"}
10
11
flate2 = "1.0"
12
scrap = "0.5"
13
-enigo = "0.0.14"
+enigo = "0.1.3"
14
rayon = "1.5"
0 commit comments