mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
refact: win, dlopen mf (#11353)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
parent
9ddeab9be2
commit
a7aacc7855
1 changed files with 9 additions and 7 deletions
16
Cargo.lock
generated
16
Cargo.lock
generated
|
@ -1789,7 +1789,7 @@ version = "0.5.2"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
|
||||
dependencies = [
|
||||
"libloading 0.8.4",
|
||||
"libloading 0.7.4",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -3643,7 +3643,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"windows-targets 0.52.5",
|
||||
"windows-targets 0.48.5",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -4189,7 +4189,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "nokhwa"
|
||||
version = "0.10.7"
|
||||
source = "git+https://github.com/rustdesk-org/nokhwa.git?branch=fix_from_raw_parts#3e2512074bc57d5df011363a26a8ee8959dc7969"
|
||||
source = "git+https://github.com/rustdesk-org/nokhwa.git?branch=fix_from_raw_parts#866453192f369eb40ab9051c67ae59f0fed809a4"
|
||||
dependencies = [
|
||||
"flume",
|
||||
"image 0.25.1",
|
||||
|
@ -4204,7 +4204,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#3e2512074bc57d5df011363a26a8ee8959dc7969"
|
||||
source = "git+https://github.com/rustdesk-org/nokhwa.git?branch=fix_from_raw_parts#866453192f369eb40ab9051c67ae59f0fed809a4"
|
||||
dependencies = [
|
||||
"nokhwa-core",
|
||||
"v4l",
|
||||
|
@ -4213,7 +4213,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#3e2512074bc57d5df011363a26a8ee8959dc7969"
|
||||
source = "git+https://github.com/rustdesk-org/nokhwa.git?branch=fix_from_raw_parts#866453192f369eb40ab9051c67ae59f0fed809a4"
|
||||
dependencies = [
|
||||
"block",
|
||||
"cocoa-foundation",
|
||||
|
@ -4229,8 +4229,10 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "nokhwa-bindings-windows"
|
||||
version = "0.4.2"
|
||||
source = "git+https://github.com/rustdesk-org/nokhwa.git?branch=fix_from_raw_parts#3e2512074bc57d5df011363a26a8ee8959dc7969"
|
||||
source = "git+https://github.com/rustdesk-org/nokhwa.git?branch=fix_from_raw_parts#866453192f369eb40ab9051c67ae59f0fed809a4"
|
||||
dependencies = [
|
||||
"dlopen",
|
||||
"lazy_static",
|
||||
"nokhwa-core",
|
||||
"once_cell",
|
||||
"windows 0.43.0",
|
||||
|
@ -4239,7 +4241,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "nokhwa-core"
|
||||
version = "0.1.5"
|
||||
source = "git+https://github.com/rustdesk-org/nokhwa.git?branch=fix_from_raw_parts#3e2512074bc57d5df011363a26a8ee8959dc7969"
|
||||
source = "git+https://github.com/rustdesk-org/nokhwa.git?branch=fix_from_raw_parts#866453192f369eb40ab9051c67ae59f0fed809a4"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"image 0.25.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue