mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update dependencies use
This commit is contained in:
parent
46a25306e1
commit
a29d064db3
1 changed files with 8 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue