diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ pub use types::*; pub mod synth; pub mod proto; pub mod lang; +pub mod client; #[cfg(test)] mod tests { |
![]() |
index : synfone2.git | |
Cloned from Grissess on Github, Used for itl_chorus playback on lower powered machines without running into alsa under runs |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/lib.rs | 1 |
@@ -10,6 +10,7 @@ pub use types::*; pub mod synth; pub mod proto; pub mod lang; +pub mod client; #[cfg(test)] mod tests { |