mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
separate features to submodules
This commit is contained in:
parent
80fecec656
commit
c38363b8cc
5 changed files with 107 additions and 65 deletions
|
|
@ -41,7 +41,10 @@ fn main() -> glib::ExitCode {
|
|||
};
|
||||
|
||||
move |this| {
|
||||
browser::new(&this, db.clone(), 640, 480).widget.present();
|
||||
browser::Browser::new(&this, db.clone(), 640, 480)
|
||||
.widget()
|
||||
.gtk()
|
||||
.present();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue