Skip to content

Commit 233a1ae

Browse files
Suppress creation of an explicit console window (#41)
1 parent 808370d commit 233a1ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![windows_subsystem = "windows"]
2+
13
mod comp_assets;
24
mod comp_ui;
35
mod interop;

0 commit comments

Comments
 (0)