scaler initial work
[nihav.git] / nihav-core / src / lib.rs
index 615a0cf997a259e91e987f0131a9e9dc308472a8..d36297f51d9bce4f214cb7e4f175089488dd32a8 100644 (file)
@@ -10,6 +10,7 @@ pub mod io;
 pub mod refs;
 pub mod register;
 pub mod detect;
+pub mod scale;
 
 #[cfg(feature="dsp")]
 pub mod dsp;