feat: remote printer (#11231)

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou
2025-03-27 15:34:27 +08:00
committed by GitHub
parent 1cb53c1f7a
commit f4bbf82363
101 changed files with 3707 additions and 211 deletions

25
Cargo.lock generated
View File

@@ -5559,6 +5559,15 @@ version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
[[package]]
name = "remote_printer"
version = "0.1.0"
dependencies = [
"hbb_common",
"winapi 0.3.9",
"windows-strings",
]
[[package]]
name = "repng"
version = "0.2.2"
@@ -5805,6 +5814,7 @@ dependencies = [
"percent-encoding",
"qrcode-generator",
"rdev",
"remote_printer",
"repng",
"reqwest",
"ringbuf",
@@ -7833,6 +7843,12 @@ dependencies = [
"syn 2.0.98",
]
[[package]]
name = "windows-link"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
[[package]]
name = "windows-result"
version = "0.1.2"
@@ -7853,6 +7869,15 @@ dependencies = [
"windows-sys 0.45.0",
]
[[package]]
name = "windows-strings"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
dependencies = [
"windows-link",
]
[[package]]
name = "windows-sys"
version = "0.45.0"