mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
engine: remove RenderInput/Rendered assoc types
This commit is contained in:
parent
ef8f87aaa0
commit
2a024cd3a3
2 changed files with 0 additions and 4 deletions
|
|
@ -24,8 +24,6 @@ pub trait Engine: Send + Sync + Sized {
|
|||
|
||||
type HandleInput;
|
||||
type Handled;
|
||||
type RenderInput;
|
||||
type Rendered;
|
||||
|
||||
// FIXME
|
||||
fn area (&self) -> Self::Area;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue