Initial commit

This commit is contained in:
Joey Pillunat 2025-11-03 20:33:06 +01:00
commit a47ba511c9
12 changed files with 2712 additions and 0 deletions

20
Cargo.toml Normal file
View 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
]}