mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-10 21:56:42 +01:00
feat: stub tek_mixer, tek_plugin, tek_sampler
This commit is contained in:
parent
e2789d6728
commit
b7d7864792
11 changed files with 98 additions and 77 deletions
6
crates/tek_plugin/src/main.rs
Normal file
6
crates/tek_plugin/src/main.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
//! Plugin host
|
||||
include!("lib.rs");
|
||||
pub fn main () -> Usually<()> {
|
||||
tek_core::run(Arc::new(RwLock::new(crate::Plugin::new("")?)))?;
|
||||
Ok(())
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue