antimatter15 / tesseract-rs

Rust bindings for Tesseract
MIT License
144 stars 31 forks source link

Bump tesseract-sys, leptonica-sys deps #21

Closed davidrusu closed 4 years ago

davidrusu commented 4 years ago

depends on:

I'm getting clang version conflicts when adding tesseract-rs as a dependency to my project, another one of my dependencies uses a new version of bindgen which in turn uses a newer version of clang.

Going through the process of updating all of tesseracts dependencies so that these two dependencies can co-exist in my project.

ccouzens commented 4 years ago

Thank you. I've merged and released https://crates.io/crates/tesseract/0.6.1

Have fun with Tesseract! I hope you make something cool 🙂