poccariswet / apng

animated png encoder 🦀
MIT License
31 stars 11 forks source link

suggestion: re-export `png` or `png::{ColorType, FilterType, BitDepth}` #37

Closed mokurin000 closed 7 months ago

mokurin000 commented 7 months ago

Without re-exporting these type, if a user want to construct an apng::Config manually, they must import png crate with the same minor version. (for 0.x.x crates, cargo allows different micro version of them exist simultaneously.)