Add Matrix effect
This commit is contained in:
parent
dde1af7a6b
commit
c91ea0db01
4 changed files with 333 additions and 3 deletions
|
@ -6,6 +6,7 @@ edition = "2024"
|
|||
[dependencies]
|
||||
crossterm = { version = "0.29.0", features = ["event-stream"] }
|
||||
futures = "0.3.31"
|
||||
rand = "0.9.2"
|
||||
ratatui = "0.29.0"
|
||||
terminput = "0.5.3"
|
||||
terminput-crossterm = "0.3.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue