Re-add cfg_attr

This commit is contained in:
Gregory Schier
2023-02-18 19:09:56 -08:00
parent 5e55276d79
commit ec6da90510
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
#![cfg_attr(
all(not(debug_assertions), target_os = "windows"),
windows_subsystem = "windows"
)]
mod commands;
mod runtime;