mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update gtk dependency resolve
This commit is contained in:
parent
ec4f6095f2
commit
9550e6f795
5 changed files with 4 additions and 6 deletions
|
|
@ -1,7 +1,6 @@
|
|||
#[path = "browser/header.rs"] mod header;
|
||||
#[path = "browser/main.rs"] mod main;
|
||||
|
||||
use gtk4 as gtk;
|
||||
use gtk::{Application, ApplicationWindow};
|
||||
|
||||
pub fn new(app: &Application) -> ApplicationWindow
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
use gtk4 as gtk;
|
||||
use gtk::HeaderBar;
|
||||
|
||||
pub fn new() -> HeaderBar
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
use gtk4 as gtk;
|
||||
use gtk::Box;
|
||||
|
||||
pub fn new() -> Box
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
#[path = "app/browser.rs"] mod browser;
|
||||
|
||||
use gtk4 as gtk;
|
||||
use gtk::prelude::*;
|
||||
use gtk::{glib, Application};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue