Skip to content

Commit

Permalink
Make sure to disable default features of opencv (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
twistedfall committed May 22, 2023
1 parent 6709aa3 commit d0a1a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -31,7 +31,7 @@ clap = { version = "4.2", features = ["derive"] }
crossterm = "0.26"
gif = "0.12"
image = "0.24"
opencv = { version = "0.82", features = [
opencv = { version = "0.82", default-features = false, features = [
"videoio",
"imgproc",
"clang-runtime",
Expand Down

0 comments on commit d0a1a4f

Please sign in to comment.