mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
cleanup code and simplify application to be ready for restructuring and refactoring
This commit is contained in:
@@ -2,11 +2,11 @@ use std::collections::VecDeque;
|
||||
|
||||
use relm4::gtk::{Application, ApplicationWindow};
|
||||
use relm4::{factory::FactoryVecDeque, RelmApp};
|
||||
use toolbx::ToolbxContainer;
|
||||
use ui::app::model::AppModel;
|
||||
use util::toolbx::ToolbxContainer;
|
||||
|
||||
mod toolbx;
|
||||
mod ui;
|
||||
mod util;
|
||||
|
||||
fn main() {
|
||||
let toolbx_list = VecDeque::from(ToolbxContainer::get_toolboxes());
|
||||
|
||||
Reference in New Issue
Block a user