cv icon indicating copy to clipboard operation
cv copied to clipboard

Does not compile with rust 1.64

Open SujithChristopher opened this issue 3 years ago • 3 comments

I just added cv = "0.6.0" in dependency

and tried running "cargo check" or "cargo run" is doesn't compile.

I'm using rust 1.64.

SujithChristopher avatar Oct 23 '22 09:10 SujithChristopher

I know it is not ideal, but I would recommend using the git repository directly. Try:

cv = { git = "https://github.com/rust-cv/cv.git" }

You can specify a specific commit with rev = "..." in your Cargo.toml as well if you want to avoid updates from upstream.

I will leave this ticket open until I have published a new release to crates.io. Thanks for letting me know that the version on there is broken. I will see if we can cut a release soon.

vadixidav avatar Oct 25 '22 00:10 vadixidav

Thanks, will use git repo for now.

I appreciate your work @vadixidav , on making an "opencv" alternative, OpenCV is very painful to compile. I have high hopes on this repo.

SujithChristopher avatar Oct 25 '22 04:10 SujithChristopher

Work on it has been slow for the last year, but hopefully it will pick up soon. This is definitely a continuous effort.

vadixidav avatar Oct 25 '22 14:10 vadixidav