remove extra dependencies

This commit is contained in:
yggverse 2024-09-28 02:15:25 +03:00
parent 3e60539d34
commit f41e59ceb1

View File

@ -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;