mrozycki/rustmas

Extract CV utilities into a separate crate

Closed this issue · 1 comments

As a mitigation for the constantly rebuilding OpenCV, the code that directly interfaces with OpenCV should be moved to a separate crate, rustmas-cv. No other crate should directly use OpenCV.

Extracting cv stuff to separate crate didn't help, opencv kept rebuilding. We need to find another fix for this issue, closing this one for now.