Skip to content

Commit

Permalink
Fix bug 1365
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia committed Nov 16, 2020
1 parent 1a7f15a commit 229a687
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,8 @@ pub mod png {
//! Decoding and Encoding of PNG Images
#[allow(deprecated)]
pub use crate::codecs::png::{
ApngDecoder, PNGEncoder, PNGReader, PngDecoder, PngEncoder, PngReader,
ApngDecoder, CompressionType, FilterType, PNGEncoder, PNGReader, PngDecoder, PngEncoder,
PngReader,
};
}
#[cfg(feature = "pnm")]
Expand Down

0 comments on commit 229a687

Please sign in to comment.