diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ #![feature(associated_consts)] extern crate byteorder; +extern crate rand; pub mod types; pub use types::*; |
![]() |
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 |
@@ -1,6 +1,7 @@ #![feature(associated_consts)] extern crate byteorder; +extern crate rand; pub mod types; pub use types::*; |