Skip to content

Commit

Permalink
fix: name conflicts of mod png and re-export (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
mokurin000 authored Feb 14, 2024
1 parent 216ed97 commit 792cd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ pub use crate::apng::*;
pub use crate::png::*;

#[cfg(feature = "png")]
pub use png;
pub use png as image_png;

0 comments on commit 792cd10

Please sign in to comment.