remove hardly useful "windows compilation only" warning

This commit is contained in:
2025-11-06 05:06:57 +00:00
parent 4498c45965
commit 09e19b6e16
-3
View File
@@ -1,8 +1,5 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
#[cfg(not(target_os = "windows"))]
compile_error!("This application must be compiled for Windows.");
mod features;
mod gui;
mod util;