use adw application

This commit is contained in:
yggverse 2025-03-07 11:42:14 +02:00
parent 5421afd75d
commit a27cfa37bd
2 changed files with 5 additions and 6 deletions

View file

@ -3,9 +3,8 @@ mod profile;
mod tool;
use app::App;
use profile::Profile;
use gtk::glib::ExitCode;
use profile::Profile;
use std::rc::Rc;
fn main() -> ExitCode {