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,6 +1,5 @@
#[path = "app/browser.rs"] mod browser;
use gtk4 as gtk;
use gtk::prelude::*;
use gtk::{glib, Application};