mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
wip(p67,e0): whew!
This commit is contained in:
parent
faf7576ad8
commit
132093f14a
8 changed files with 64 additions and 59 deletions
|
|
@ -1,7 +1,10 @@
|
|||
use tek_core::clap::{self, Parser};
|
||||
use tek_api::JackActivate;
|
||||
use tek_core::{*, clap::{self, Parser}};
|
||||
|
||||
/// Application entrypoint.
|
||||
pub fn main () -> Usually<()> {
|
||||
Tui::run(JackClient::new("tek_transport")?.activate_with(TransportApp::try_from)?)?
|
||||
Tui::run(JackClient::new("tek_transport")?.activate_with(|jack|{
|
||||
tek_tui::TransportTui::try_from(jack)
|
||||
})?)?;
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue