Skip to content

Commit

Permalink
fix: try opencv 83
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav committed Feb 12, 2025
1 parent caf0e7b commit 3307b14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 136 deletions.
141 changes: 6 additions & 135 deletions rust/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 rust/qr_reader_pc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ quircs = "0.10.2"
indicatif = "0.17.8"

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

Expand Down

0 comments on commit 3307b14

Please sign in to comment.