Skip to content

Commit

Permalink
Merge pull request #1368 from fintelia/bug-1365
Browse files Browse the repository at this point in the history
Add back png::{CompressionType, FilterType} to fix regression
  • Loading branch information
fintelia committed Nov 16, 2020
2 parents 28ac73e + 229a687 commit b99a2a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
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 b99a2a9

Please sign in to comment.