Skip to content

Commit d327a23

Browse files
luckytechnicianLucas Van Overberghetarkah
authored
Replace tui-rs with ratatui for widget and theme styling (#173)
* Replace tui with ratatui for widget and theme styling * fmt --------- Co-authored-by: Lucas Van Overberghe <[email protected]> Co-authored-by: Cory Forsstrom <[email protected]>
1 parent 13db151 commit d327a23

17 files changed

+434
-274
lines changed

Cargo.lock

+154-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ serde = { version = "1", features = ["derive"] }
3636
serde_yaml = "0.9"
3737
structopt = "0.3"
3838
tickrs-api = { path = "api/", version = "0.14.11" }
39-
tui = { version = "0.19", default-features = false, features = ["crossterm","serde"] }
39+
ratatui = { version = "0.25.0", default-features = false, features = ["crossterm", "serde"] }

0 commit comments

Comments
 (0)