prevent opening a shell window when launching on windows
This commit is contained in:
parent
bc8d662389
commit
a19ac366cb
|
@ -1,3 +1,4 @@
|
|||
#![windows_subsystem = "windows"]
|
||||
//! Simple calendar applications.
|
||||
mod app;
|
||||
mod ui;
|
||||
|
|
Loading…
Reference in New Issue