diff options
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index e5076d1..6b8d1a7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,4 @@ +#![cfg_attr(all(windows, not(debug_assertions)), windows_subsystem = "windows")] use std::error::Error; use std::path::Path; |
