imager-io / ffmpeg-dev-rs

Rust - Self Contained FFmpeg Bindings
https://crates.io/crates/ffmpeg-dev
MIT License
52 stars 13 forks source link

Softer bindgen dependency #11

Closed naps62 closed 3 years ago

naps62 commented 3 years ago

Would you be open to something like this? I'm using a few different crates (including this one, and your x264 as well), but they all depend on different version of bindgen, which means I'm forced to patch each of them individually to use the same version

I'm not sure how often (if any) breaking changes occur in bindgen, or what other problems would arise from this change?

PS: If this goes through here, I'll also open an equivalent change on x264

colbyn commented 3 years ago

Sure, best of luck in your projects.