mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
update dependencies use
This commit is contained in:
parent
46a25306e1
commit
a29d064db3
@ -1,8 +1,14 @@
|
||||
mod item;
|
||||
use item::Item;
|
||||
|
||||
use gio::prelude::{Cast, CastNone};
|
||||
use gtk::{gio::ListStore, prelude::ListItemExt, DropDown, Label, ListItem, SignalListItemFactory};
|
||||
use gtk::{
|
||||
gio::{
|
||||
prelude::{Cast, CastNone},
|
||||
ListStore,
|
||||
},
|
||||
prelude::ListItemExt,
|
||||
DropDown, Label, ListItem, SignalListItemFactory,
|
||||
};
|
||||
|
||||
pub struct List {
|
||||
pub gobject: DropDown,
|
||||
|
Loading…
x
Reference in New Issue
Block a user