mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-01-31 08:36:40 +01:00
This commit is contained in:
parent
d930025422
commit
b21240ebc2
2 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,7 @@
|
||||||
pub(crate) use tek::*;
|
pub(crate) use tek::*;
|
||||||
|
pub(crate) use tek_device::*;
|
||||||
|
pub(crate) use tek_engine::*;
|
||||||
|
pub(crate) use tengri::{*, tui::*};
|
||||||
pub(crate) use clap::{self, Parser, Subcommand};
|
pub(crate) use clap::{self, Parser, Subcommand};
|
||||||
|
|
||||||
/// Application entrypoint.
|
/// Application entrypoint.
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ pub struct Mode<D: Dsl + Ord> {
|
||||||
|
|
||||||
impl<D: Dsl + Ord> Draw<TuiOut> for Mode<D> {
|
impl<D: Dsl + Ord> Draw<TuiOut> for Mode<D> {
|
||||||
fn draw (&self, to: &mut TuiOut) {
|
fn draw (&self, to: &mut TuiOut) {
|
||||||
self.content().draw(to)
|
//self.content().draw(to)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue