gui: target 'windows' subsystem for Windows targets

This commit is contained in:
Antoine Poinsot 2022-12-13 14:44:10 +01:00
parent 88c807d599
commit 43ece74cf7
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

View File

@ -1,3 +1,5 @@
#![windows_subsystem = "windows"]
use std::{error::Error, path::PathBuf, str::FromStr};
use iced::{executor, Application, Command, Element, Settings, Subscription};