Add Matrix effect

This commit is contained in:
Kevin Alberts 2025-08-15 11:22:17 +02:00
parent dde1af7a6b
commit c91ea0db01
4 changed files with 333 additions and 3 deletions

View file

@ -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"