Skip to content

Commit 5378d07

Browse files
Shnatselvstroebel
authored andcommitted
Export PixelDensityUnit as a toplevel type
1 parent 5174f2a commit 5378d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pub use encoder::{ColorType, Encoder, JpegColorType, SamplingFactor};
4646
pub use error::EncodingError;
4747
pub use image_buffer::{cmyk_to_ycck, rgb_to_ycbcr, ImageBuffer};
4848
pub use quantization::QuantizationTableType;
49-
pub use writer::{PixelDensity, JfifWrite};
49+
pub use writer::{PixelDensity, PixelDensityUnit, JfifWrite};
5050

5151
#[cfg(feature = "benchmark")]
5252
pub use fdct::fdct;

0 commit comments

Comments
 (0)