Skip to content

Commit

Permalink
Fix terminal popping up on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Feb 13, 2023
1 parent 328f21a commit 0882ebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
#![feature(if_let_guard)]
#![feature(let_chains)]
#![feature(concat_idents)]
Expand Down
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")]

use eframe::egui::{self};
use portal::PortalApp;

Expand Down

0 comments on commit 0882ebc

Please sign in to comment.