refactor: separate Render from Handle

This commit is contained in:
🪞👃🪞 2024-06-22 10:15:14 +03:00
parent d9b3bd150e
commit 72ead536be
12 changed files with 255 additions and 212 deletions

View file

@ -12,6 +12,7 @@ pub mod draw;
pub mod config;
pub mod layout;
pub mod time;
pub mod port;
use crate::device::*;
use crate::layout::*;