X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-core%2Fsrc%2Flib.rs;h=d36297f51d9bce4f214cb7e4f175089488dd32a8;hp=615a0cf997a259e91e987f0131a9e9dc308472a8;hb=03accf760cf79bc56d7c6dc6e82cd885fb7e1e13;hpb=c7d8d94809fd5cdebc191c2ff86aa9c0c2d77dbf diff --git a/nihav-core/src/lib.rs b/nihav-core/src/lib.rs index 615a0cf..d36297f 100644 --- a/nihav-core/src/lib.rs +++ b/nihav-core/src/lib.rs @@ -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;