Skip to content

Commit

Permalink
Disable windows console in release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett committed Mar 19, 2024
1 parent d4ab700 commit 1e770d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// disable console on windows for release builds
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]

use action_panel::{ActionPanel, ActionPanelItemImage, ActionPanelPlugin};
use atlas_loader::{AtlasImage, AtlasImageLoader};
use bevy::{
Expand Down

0 comments on commit 1e770d6

Please sign in to comment.