Make the log buffer show logs

This commit is contained in:
2023-11-01 18:56:54 +01:00
parent b81906c318
commit 1c13d2c784
9 changed files with 169 additions and 39 deletions

View File

@ -49,6 +49,7 @@ signal-hook = "0.3.17"
matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev = "91e7f2f7224b8ada17ab639d60da10dad98aeaf9", features = ["eyre", "markdown"] }
# UI
ansi-to-tui = "3.1.0"
crossterm = { version = "0.27.0", features = ["serde", "event-stream"] }
ratatui = { version = "0.24.0", features = ["serde", "macros"] }
strip-ansi-escapes = "0.2.0"