mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
parent
f2d6e7724b
commit
b991a49ad7
3 changed files with 106 additions and 87 deletions
|
|
@ -41,11 +41,6 @@ use std::fmt::Write;
|
|||
use ::tengri::tui::ratatui::prelude::Position;
|
||||
use xdg::BaseDirectories;
|
||||
mod app_dsl; pub use self::app_dsl::*;
|
||||
macro_rules!dsl_sym(
|
||||
(|$state:ident:$State:ty| -> $type:ty {$($lit:literal => $exp:expr),* $(,)?})=>{
|
||||
impl<'t> DslSymNs<'t, $type> for $State {
|
||||
const NS: DslNs<'t, fn (&'t $State)->$type> =
|
||||
DslNs(&[$(($lit, |$state: &$State|$exp)),*]); } });
|
||||
mod app_view; pub use self::app_view::*;
|
||||
mod app_ctrl; pub use self::app_ctrl::*;
|
||||
mod app_jack; pub use self::app_jack::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue