apparently this prevents a terminal window from popping up when running on windows

This commit is contained in:
Max Bradbury 2020-09-24 09:49:34 +01:00
parent b8eb801e49
commit 31deb7929e
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#![windows_subsystem = "windows"]
use gio::prelude::*;
use gtk::prelude::*;
use gtk::Orientation;