mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
wip: layout
This commit is contained in:
parent
ac865824cc
commit
d627d257ad
13 changed files with 220 additions and 131 deletions
|
|
@ -53,11 +53,7 @@ pub use jack::{
|
|||
};
|
||||
pub type BoxedProcessHandler = Box<dyn FnMut(&Client, &ProcessScope)-> Control + Send>;
|
||||
pub type Jack<N> = AsyncClient<N, ClosureProcessHandler<BoxedProcessHandler>>;
|
||||
pub use crate::render::{
|
||||
draw_box,
|
||||
draw_leaf,
|
||||
draw_focus_corners
|
||||
};
|
||||
pub use crate::render::*;
|
||||
pub use crate::device::{
|
||||
Device,
|
||||
DynamicDevice,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue