From f02f4e852fe86129c8fa08105c5606824f2413c6 Mon Sep 17 00:00:00 2001 From: adrianEffe Date: Fri, 12 Jul 2024 15:11:59 +0200 Subject: [PATCH] bugfix: drop vendored version for uvc --- eye-hal/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eye-hal/Cargo.toml b/eye-hal/Cargo.toml index 37b08c9..2382989 100644 --- a/eye-hal/Cargo.toml +++ b/eye-hal/Cargo.toml @@ -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" }