Skip to content

Commit

Permalink
Migrate from deprecated tui to ratatui
Browse files Browse the repository at this point in the history
  • Loading branch information
bortoz committed Sep 28, 2024
1 parent 23fe200 commit e386255
Show file tree
Hide file tree
Showing 8 changed files with 227 additions and 103 deletions.
170 changes: 149 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ rlimit = "0.10"
# Geenrating random numbers (the seed in find-bad-case tool)
fastrand = "2.0"
# Curses UI
tui = { version = "0.19", default-features = false, features = ["termion"] }
ratatui = { version = "0.28", default-features = false, features = ["termion"] }

# Typescript definition generation
typescript-definitions = { git = "https://github.com/onelson/typescript-definitions", branch = "no-debug-attrs"}
Expand Down
Loading

0 comments on commit e386255

Please sign in to comment.