Move rog<->slint type conversions to module

This commit is contained in:
Luke D. Jones
2024-03-10 21:12:36 +13:00
parent e371229b6c
commit 6498fd1349
5 changed files with 292 additions and 282 deletions

View File

@@ -19,6 +19,7 @@ pub mod error;
pub mod mocking;
pub mod system_state;
pub mod tray;
pub mod types;
pub mod ui_setup;
pub mod update_and_notify;