prevent opening a shell window when launching on windows

This commit is contained in:
Fabrizio Iannetti 2024-10-06 21:22:49 +02:00
parent bc8d662389
commit a19ac366cb
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#![windows_subsystem = "windows"]
//! Simple calendar applications. //! Simple calendar applications.
mod app; mod app;
mod ui; mod ui;