mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +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;
|
mod item;
|
||||||
use item::Item;
|
use item::Item;
|
||||||
|
|
||||||
use gio::prelude::{Cast, CastNone};
|
use gtk::{
|
||||||
use gtk::{gio::ListStore, prelude::ListItemExt, DropDown, Label, ListItem, SignalListItemFactory};
|
gio::{
|
||||||
|
prelude::{Cast, CastNone},
|
||||||
|
ListStore,
|
||||||
|
},
|
||||||
|
prelude::ListItemExt,
|
||||||
|
DropDown, Label, ListItem, SignalListItemFactory,
|
||||||
|
};
|
||||||
|
|
||||||
pub struct List {
|
pub struct List {
|
||||||
pub gobject: DropDown,
|
pub gobject: DropDown,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue