Remove console window from release builds

This commit is contained in:
Robin Gottschalk 2025-03-14 09:33:55 +01:00
parent 8d149e201c
commit a429f9a496

View File

@ -1,3 +1,5 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
use notify::{Event, RecursiveMode, Watcher}; use notify::{Event, RecursiveMode, Watcher};
use std::path::Path; use std::path::Path;
use std::time::{Duration, Instant}; use std::time::{Duration, Instant};