WIP: parser toolbox list comand

This commit is contained in:
2022-04-19 20:59:45 +02:00
parent cab28345d7
commit 85dc276b1b
3 changed files with 207 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ use relm4::{factory::FactoryVec, RelmApp};
use ui::app::model::{AppModel, ToolboxContainer, ToolboxStatus};
mod ui;
mod toolbx;
fn main() {
let mut factory_vec = FactoryVec::new();