fix: nokhwa, dll search path (#11738)

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou
2025-05-12 23:17:59 +08:00
committed by GitHub
parent 12a9745b88
commit a615b5e119

10
Cargo.lock generated
View File

@@ -4254,7 +4254,7 @@ dependencies = [
[[package]] [[package]]
name = "nokhwa" name = "nokhwa"
version = "0.10.7" 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 = [ dependencies = [
"flume", "flume",
"image 0.25.1", "image 0.25.1",
@@ -4269,7 +4269,7 @@ dependencies = [
[[package]] [[package]]
name = "nokhwa-bindings-linux" name = "nokhwa-bindings-linux"
version = "0.1.1" 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 = [ dependencies = [
"nokhwa-core", "nokhwa-core",
"v4l", "v4l",
@@ -4278,7 +4278,7 @@ dependencies = [
[[package]] [[package]]
name = "nokhwa-bindings-macos" name = "nokhwa-bindings-macos"
version = "0.2.2" 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 = [ dependencies = [
"block", "block",
"cocoa-foundation", "cocoa-foundation",
@@ -4294,7 +4294,7 @@ dependencies = [
[[package]] [[package]]
name = "nokhwa-bindings-windows" name = "nokhwa-bindings-windows"
version = "0.4.2" 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 = [ dependencies = [
"dlopen", "dlopen",
"lazy_static", "lazy_static",
@@ -4306,7 +4306,7 @@ dependencies = [
[[package]] [[package]]
name = "nokhwa-core" name = "nokhwa-core"
version = "0.1.5" 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 = [ dependencies = [
"bytes", "bytes",
"image 0.25.1", "image 0.25.1",