mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
wip: compiles and runs (not enabled yet)
This commit is contained in:
parent
ac3827b8f3
commit
98d2107e4e
15 changed files with 440 additions and 357 deletions
|
|
@ -20,7 +20,7 @@ impl<T> Align<T> {
|
|||
}
|
||||
|
||||
impl<E: Engine, T: Content<E>> Content<E> for Align<T> {
|
||||
fn content (&self) -> impl Content<E> {
|
||||
fn content (&self) -> impl Render<E> {
|
||||
&self.1
|
||||
}
|
||||
fn layout (&self, on: E::Area) -> E::Area {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue