Skip to content

Commit

Permalink
OpenCV Package Updates (#87)
Browse files Browse the repository at this point in the history
## Goal

The goal of this PR is to update to the latest OpenCV
  • Loading branch information
wilwade committed Sep 23, 2024
1 parent 6eb5972 commit 39419a9
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 4 deletions.
105 changes: 102 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ blake2-rfc = "0.2.18"
indexmap = { version = "1", features = ["serde"] }

[dependencies.opencv]
version = "0.88.9"
version = "0.93.1"
default-features = false
features = ["videoio", "imgproc", "highgui"]

Expand Down

0 comments on commit 39419a9

Please sign in to comment.