apparently this is needed for windows support (although I have not managed to cross-compile to windows yet)
This commit is contained in:
parent
90155796c6
commit
c4424b806f
|
@ -1,3 +1,5 @@
|
|||
#![windows_subsystem = "windows"]
|
||||
|
||||
use gio::prelude::*;
|
||||
use gtk::prelude::*;
|
||||
use gtk::{Orientation, InputPurpose};
|
||||
|
|
Loading…
Reference in New Issue