Skip to content

Commit

Permalink
Merge pull request #14 from adrianEffe/bugfix/uvc-dependency
Browse files Browse the repository at this point in the history
bugfix: drop vendored version for uvc
  • Loading branch information
raymanfx authored Aug 8, 2024
2 parents 567445d + f02f4e8 commit 5b7e3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eye-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bitflags = "2.5.0"
v4l = "0.14.0"

[target.'cfg(target_os="windows")'.dependencies]
uvc = { version = "0.2.0", features = ["vendor"] }
uvc = "0.2.0"

[target.'cfg(target_os="macos")'.dependencies]
openpnp_capture = { version = "0.2.4" }
Expand Down

0 comments on commit 5b7e3f7

Please sign in to comment.