mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove extra dependencies
This commit is contained in:
parent
3e60539d34
commit
f41e59ceb1
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ use header::Header;
|
|||
use main::Main;
|
||||
|
||||
use gtk::{
|
||||
gio::{ActionEntry, SimpleAction},
|
||||
prelude::{ActionMapExt, ActionMapExtManual, GtkWindowExt},
|
||||
gio::SimpleAction,
|
||||
prelude::{ActionMapExt, GtkWindowExt},
|
||||
Application, ApplicationWindow,
|
||||
};
|
||||
use std::sync::Arc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue