diff options
| author | LLLL Colonq <llll@colonq> | 2025-07-25 20:35:51 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-07-25 20:35:51 -0400 |
| commit | ba1ff8e7e3ea915c6d673c05cdcdee10a9b5b9f0 (patch) | |
| tree | 41de2e6d7a99ad8d8059ca9f482646be92f79d39 /crates/renderer/Cargo.toml | |
| parent | 513a3dd4c5899063e80fd691600d9142910547c4 (diff) | |
WIP
Diffstat (limited to 'crates/renderer/Cargo.toml')
| -rw-r--r-- | crates/renderer/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/renderer/Cargo.toml b/crates/renderer/Cargo.toml index 37a148f..8fa87fd 100644 --- a/crates/renderer/Cargo.toml +++ b/crates/renderer/Cargo.toml @@ -25,4 +25,5 @@ clap = { version = "*", features = ["cargo"] } # cli arg parsing base64 = "0.22.1" # base64 encoding/decoding polling = "*" # polling sockets termion = "*" # terminal escapes -mouse_position = "*" # get mouse position
\ No newline at end of file +device_query = "*" # get pressed keys when unfocused +byteorder = "*" # read little-endian numbers
\ No newline at end of file |
