update gtk dependency resolve

This commit is contained in:
yggverse 2024-09-18 21:27:17 +03:00
parent ec4f6095f2
commit 9550e6f795
5 changed files with 4 additions and 6 deletions

View file

@ -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