Skip to content

Commit

Permalink
Disable console on windows release
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Dec 12, 2023
1 parent 03a0511 commit d02726a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#![allow(clippy::type_complexity)]
#![allow(clippy::too_many_arguments)]
// Disable console on windows for release builds
#![cfg_attr(not(feature = "dev"), windows_subsystem = "windows")]

mod audio;
mod camera;
Expand Down

0 comments on commit d02726a

Please sign in to comment.