mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 20:56:43 +01:00
add RenderThunk, LayoutThunk, Map::new, fold some components into arranger methods
This commit is contained in:
parent
38e2e64751
commit
b2fb71b405
8 changed files with 268 additions and 178 deletions
10
src/lib.rs
10
src/lib.rs
|
|
@ -10,15 +10,7 @@ pub(crate) use ::tek_tui::{
|
|||
*,
|
||||
tek_edn::*,
|
||||
tek_layout::*,
|
||||
tek_engine::{
|
||||
from,
|
||||
Usually, Perhaps,
|
||||
Output, Content, Render, RenderBox, Thunk, render, Engine, Size, Area,
|
||||
Input, handle, Handle, command, Command, input_to_command, InputToCommand, keymap, EventMap,
|
||||
},
|
||||
Tui,
|
||||
TuiIn, key, ctrl, shift, alt, kexp, kpat,
|
||||
TuiOut,
|
||||
tek_engine::*,
|
||||
crossterm::{
|
||||
self,
|
||||
event::{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue