Skip to content

Commit

Permalink
disable console on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftshine committed Nov 23, 2024
1 parent e96e3b1 commit 1fa782b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] // hide console window on Windows in release

mod penguin;
mod savefile;
mod views;
Expand Down

0 comments on commit 1fa782b

Please sign in to comment.