Skip to content

Commit

Permalink
bugfix: drop vendored version for uvc
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianEffe committed Jul 12, 2024
1 parent 567445d commit f02f4e8
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 f02f4e8

Please sign in to comment.