mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
refactor: separate Render from Handle
This commit is contained in:
parent
d9b3bd150e
commit
72ead536be
12 changed files with 255 additions and 212 deletions
|
|
@ -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::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue