Remove console window from release builds
This commit is contained in:
parent
8d149e201c
commit
a429f9a496
|
|
@ -1,3 +1,5 @@
|
|||
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
||||
|
||||
use notify::{Event, RecursiveMode, Watcher};
|
||||
use std::path::Path;
|
||||
use std::time::{Duration, Instant};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user