Added internal messaging and workers to handle per toolbx settings, actual settings handling still missing

This commit is contained in:
2022-08-05 12:47:48 +02:00
parent 48cbc506e2
commit 5049762167
11 changed files with 171 additions and 18 deletions

View File

@@ -1,4 +1,6 @@
pub mod components;
pub mod messages;
pub mod model;
pub mod update;
pub mod widgets;
pub mod workers;