Skip to content

Commit

Permalink
Switch cursive to cross-platform backend (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser authored Oct 12, 2023
1 parent cd88c21 commit 4f8db7f
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 31 deletions.
68 changes: 38 additions & 30 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 @@ -84,7 +84,7 @@ criterion = { version = "0.4.0", features = [
"html_reports",
] }
crossbeam-channel = "0.5"
cursive = "0.20"
cursive = { version = "0.20", default-features = false, features = ["crossterm-backend"] }
decorum = { version = "0.3.1", default-features = false, features = ["std"] }
derive_more = "0.99.17"
dirs = "5.0.1"
Expand Down

0 comments on commit 4f8db7f

Please sign in to comment.