Polling keyboard in daemon. Split into app/lib

This commit is contained in:
Luke
2020-04-17 12:04:01 +12:00
parent 5f8ea365ef
commit e49799e4d2
16 changed files with 860 additions and 220 deletions

11
rog-lib/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "rog-lib"
version = "0.3.1"
authors = ["Luke <luke@ljones.dev>"]
edition = "2018"
[dependencies]
rusb = "0.5"
gumdrop = "0.8"
serde = "1.0"
serde_derive = "1.0"