Skip to content

Commit f5022e7

Browse files
committed
Make sure GUI is opened as window
1 parent 0bfdb15 commit f5022e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

iced/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
use std::{
24
collections::{BTreeMap, HashMap},
35
convert::identity,

0 commit comments

Comments
 (0)