mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25: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 main::Main;
|
||||||
|
|
||||||
use gtk::{
|
use gtk::{
|
||||||
gio::{ActionEntry, SimpleAction},
|
gio::SimpleAction,
|
||||||
prelude::{ActionMapExt, ActionMapExtManual, GtkWindowExt},
|
prelude::{ActionMapExt, GtkWindowExt},
|
||||||
Application, ApplicationWindow,
|
Application, ApplicationWindow,
|
||||||
};
|
};
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue