mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2026-07-17 15:56:57 +02:00
well, one tui example works again
This commit is contained in:
parent
145047b7ff
commit
be14173126
8 changed files with 440 additions and 362 deletions
|
|
@ -1,6 +1,3 @@
|
|||
use crate::*;
|
||||
pub use crate::space::*;
|
||||
|
||||
mod draw;
|
||||
pub use self::draw::*;
|
||||
|
||||
|
|
@ -13,6 +10,9 @@ pub use self::thunk::*;
|
|||
mod screen;
|
||||
pub use self::screen::*;
|
||||
|
||||
use crate::*;
|
||||
pub use crate::space::*;
|
||||
|
||||
/// Only render when condition is true.
|
||||
///
|
||||
/// ```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue