Skip to content

Commit

Permalink
make windows terminal suppresion opt-in
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewjberger committed Dec 27, 2024
1 parent 41830d3 commit 4371908
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,4 +1,4 @@
#![windows_subsystem = "windows"] // suppress terminal on windows
// #![windows_subsystem = "windows"] // uncomment this to suppress terminal on windows

fn main() -> Result<(), Box<dyn std::error::Error>> {
let event_loop = winit::event_loop::EventLoop::builder().build()?;
Expand Down

0 comments on commit 4371908

Please sign in to comment.