mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
wip: now only need to remove 139x ratatui::layout::Rect
This commit is contained in:
parent
ff97070a03
commit
4b92465073
6 changed files with 84 additions and 123 deletions
|
|
@ -15,7 +15,7 @@ pub trait Engine: Sized {
|
|||
|
||||
/// Unit of distance.
|
||||
type Unit: Number;
|
||||
type Area: Rectangle<Self::Unit>;
|
||||
type Area: Area<Self::Unit> + From<[Self::Unit;4]>;
|
||||
|
||||
type HandleInput;
|
||||
type Handled;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue