mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
Process -> Audio; Layers2 -> Layers
This commit is contained in:
parent
1cbf8de4e4
commit
cd8a808c21
20 changed files with 334 additions and 414 deletions
|
|
@ -25,6 +25,10 @@ pub trait Engine: Send + Sync + Sized {
|
|||
// FIXME
|
||||
fn with_area (&mut self, x: Self::Unit, y: Self::Unit, w: Self::Unit, h: Self::Unit)
|
||||
-> &mut Self;
|
||||
// FIXME
|
||||
fn render_in (
|
||||
&mut self, area: Self::Area, widget: &impl Widget<Engine = Self>
|
||||
) -> Perhaps<Self::Area>;
|
||||
}
|
||||
|
||||
submod! {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue