add keyboard-state program
This commit is contained in:
parent
f4fcb11512
commit
5d4ba8fbab
6 changed files with 308 additions and 0 deletions
9
pkgs/keyboard-state/source/Cargo.toml
Normal file
9
pkgs/keyboard-state/source/Cargo.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "keyboard-state"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.98"
|
||||
enumflags2 = "0.7.12"
|
||||
hidapi = "2.6.3"
|
Loading…
Add table
Add a link
Reference in a new issue