Add set_off_screen ioctl

This commit is contained in:
2025-06-08 17:11:51 +02:00
commit 983008b01f
4 changed files with 572 additions and 0 deletions

10
Cargo.toml Normal file
View File

@ -0,0 +1,10 @@
[package]
name = "pinenote-set-offimage"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.39", features = ["derive"] }
color-eyre = "0.6.5"
eyre = "0.6.12"
nix = { version = "0.30.1", features = ["ioctl"] }