Skip to content

Commit

Permalink
Disable console on windows releases
Browse files Browse the repository at this point in the history
  • Loading branch information
matzesoft committed May 12, 2024
1 parent 786efe2 commit 296f0e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions game/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
use bevy::prelude::*;
use bevy_ecs_ldtk::prelude::*;
use bevy_rapier2d::prelude::*;
Expand Down

0 comments on commit 296f0e6

Please sign in to comment.