Fix: don't show console on windows

This commit is contained in:
Dorian Zedler 2023-02-17 16:48:37 +01:00
parent 8b93ae215f
commit fb8cab8005
Signed by: dorian
GPG Key ID: 989DE36109AFA354
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#![windows_subsystem = "windows"]
use iced::Sandbox;
mod comm;