Initial commit
This commit is contained in:
commit
a47ba511c9
12 changed files with 2712 additions and 0 deletions
20
Cargo.toml
Normal file
20
Cargo.toml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[package]
|
||||
name = "oh5_printer_installer"
|
||||
version = "1.0.3"
|
||||
edition = "2024"
|
||||
build = "build.rs"
|
||||
|
||||
[build-dependencies]
|
||||
winres = "0.1"
|
||||
|
||||
[dependencies]
|
||||
crossterm = "0.27"
|
||||
ureq = "2"
|
||||
|
||||
windows = { version = "0.52.0", features = [
|
||||
"Win32_Foundation",
|
||||
"Win32_Security",
|
||||
"Win32_System_Threading",
|
||||
"Win32_UI_Shell", # ← DAS hier ist wichtig!
|
||||
"Win32_UI_WindowsAndMessaging" # ← für SW_SHOWNORMAL
|
||||
]}
|
||||
Loading…
Add table
Add a link
Reference in a new issue