jerry73204 / rust-cv-convert

Type conversion among popular Rust computer vision libraries
MIT License
43 stars 21 forks source link

Update opencv 0.52.0, add clang-runtime support, bump semver for potentially breaking update #2

Closed l1npengtul closed 3 years ago

l1npengtul commented 3 years ago

This PR updates the crate to opencv 0.52, adds the clang-runtime feature to opencv, with a semver bump since opencv 0.52 no longer supports the contrib feature.

I have verified that this PR passes all tests.

jerry73204 commented 3 years ago

Thanks!