Skip to content

Commit

Permalink
turn off windows subsystem
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Jan 18, 2024
1 parent 3f38c32 commit d006c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Avoid spawning an console window for the program.
// This is ignored on other platforms.
// https://msdn.microsoft.com/en-us/library/4cc7ya5b.aspx for more information.
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
//#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
#![allow(dead_code)]
#![allow(unused_variables)]
#![allow(unused_mut)]
Expand Down

0 comments on commit d006c6a

Please sign in to comment.