mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
make tek_plugin optional
This commit is contained in:
parent
c439528cfc
commit
414650da31
4 changed files with 8 additions and 3 deletions
|
|
@ -22,7 +22,7 @@ pub use ::tek_time::{self, *};
|
|||
pub use ::tek_jack::{self, *, jack::*};
|
||||
pub use ::tek_midi::{self, *, midly::{MidiMessage, num::*, live::*}};
|
||||
pub use ::tek_sampler::{self, *};
|
||||
pub use ::tek_plugin::{self, *};
|
||||
#[cfg(feature = "host")] pub use ::tek_plugin::{self, *};
|
||||
pub use ::tengri::dsl::*;
|
||||
pub use ::tengri::input::*;
|
||||
pub use ::tengri::output::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue