diff options
| author | LLLL Colonq <llll@colonq> | 2025-03-14 21:36:45 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-03-14 21:36:45 -0400 |
| commit | 6ca8afe419b3eb28d68e24c61b5f25cf8ff0e740 (patch) | |
| tree | b791c937d8ca4c526dcf05cc6af01ed86a42428a /crates/renderer/Cargo.toml | |
| parent | 8525f8d1f9f8ad3ea234ff485652f4f90acc3f56 (diff) | |
Update
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 f891a7a..4d3024d 100644 --- a/crates/renderer/Cargo.toml +++ b/crates/renderer/Cargo.toml @@ -25,4 +25,5 @@ tokio = { version = "*", features = ["full"] } # async runtime clap = { version = "*", features = ["cargo"] } # cli arg parsing base64 = "0.22.1" # base64 encoding/decoding polling = "*" # polling sockets -termion = "*" # terminal escapes
\ No newline at end of file +termion = "*" # terminal escapes +mouse_position = "*" # get mouse position
\ No newline at end of file |
