From a615b5e1191e140828d89c0c426bd8b23ae023c1 Mon Sep 17 00:00:00 2001 From: fufesou <13586388+fufesou@users.noreply.github.com> Date: Mon, 12 May 2025 23:17:59 +0800 Subject: [PATCH] fix: nokhwa, dll search path (#11738) Signed-off-by: fufesou --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 33eff1175..d4f1c7b66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4254,7 +4254,7 @@ dependencies = [ [[package]] name = "nokhwa" version = "0.10.7" -source = "git+https://github.com/rustdesk-org/nokhwa.git?branch=fix_from_raw_parts#48963f514bb7f1ee5db44d38dfc88027029de5e6" +source = "git+https://github.com/rustdesk-org/nokhwa.git?branch=fix_from_raw_parts#f37cb2299908ec3294d5a1e868a0d8a38cfe22bd" dependencies = [ "flume", "image 0.25.1", @@ -4269,7 +4269,7 @@ dependencies = [ [[package]] name = "nokhwa-bindings-linux" version = "0.1.1" -source = "git+https://github.com/rustdesk-org/nokhwa.git?branch=fix_from_raw_parts#48963f514bb7f1ee5db44d38dfc88027029de5e6" +source = "git+https://github.com/rustdesk-org/nokhwa.git?branch=fix_from_raw_parts#f37cb2299908ec3294d5a1e868a0d8a38cfe22bd" dependencies = [ "nokhwa-core", "v4l", @@ -4278,7 +4278,7 @@ dependencies = [ [[package]] name = "nokhwa-bindings-macos" version = "0.2.2" -source = "git+https://github.com/rustdesk-org/nokhwa.git?branch=fix_from_raw_parts#48963f514bb7f1ee5db44d38dfc88027029de5e6" +source = "git+https://github.com/rustdesk-org/nokhwa.git?branch=fix_from_raw_parts#f37cb2299908ec3294d5a1e868a0d8a38cfe22bd" dependencies = [ "block", "cocoa-foundation", @@ -4294,7 +4294,7 @@ dependencies = [ [[package]] name = "nokhwa-bindings-windows" version = "0.4.2" -source = "git+https://github.com/rustdesk-org/nokhwa.git?branch=fix_from_raw_parts#48963f514bb7f1ee5db44d38dfc88027029de5e6" +source = "git+https://github.com/rustdesk-org/nokhwa.git?branch=fix_from_raw_parts#f37cb2299908ec3294d5a1e868a0d8a38cfe22bd" dependencies = [ "dlopen", "lazy_static", @@ -4306,7 +4306,7 @@ dependencies = [ [[package]] name = "nokhwa-core" version = "0.1.5" -source = "git+https://github.com/rustdesk-org/nokhwa.git?branch=fix_from_raw_parts#48963f514bb7f1ee5db44d38dfc88027029de5e6" +source = "git+https://github.com/rustdesk-org/nokhwa.git?branch=fix_from_raw_parts#f37cb2299908ec3294d5a1e868a0d8a38cfe22bd" dependencies = [ "bytes", "image 0.25.1",