Fix: don't show console on windows
This commit is contained in:
parent
8b93ae215f
commit
fb8cab8005
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
#![windows_subsystem = "windows"]
|
||||||
|
|
||||||
use iced::Sandbox;
|
use iced::Sandbox;
|
||||||
|
|
||||||
mod comm;
|
mod comm;
|
||||||
|
|
Loading…
Reference in a new issue