mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
reenable mixer crate
This commit is contained in:
parent
792dab9714
commit
2f189c6d7e
7 changed files with 51 additions and 79 deletions
6
crates/tek_mixer/src/plugin_cli.rs
Normal file
6
crates/tek_mixer/src/plugin_cli.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
//! Plugin host
|
||||
include!("lib.rs");
|
||||
pub fn main () -> Usually<()> {
|
||||
Tui::run(Arc::new(RwLock::new(crate::Plugin::new("")?)))?;
|
||||
Ok(())
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue