codec_support: factor out PNM writing into separate module
[nihav.git] / nihav-codec-support / src / lib.rs
index e2c2ef65d7e63b5259d912362736fd4cdf192c01..d2c889f476d9d0655608939796cf3d0b9646fe50 100644 (file)
@@ -14,6 +14,8 @@ pub mod dsp;
 
 pub mod data;
 
+pub mod imgwrite;
+
 pub mod test;
 
 extern crate nihav_core;