apparently this is needed for windows support (although I have not managed to cross-compile to windows yet)

This commit is contained in:
Max Bradbury 2020-09-13 16:15:40 +01:00
parent 90155796c6
commit c4424b806f
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, InputPurpose};