Skip to content

Commit

Permalink
Enable the windows feature of the crossterm crate
Browse files Browse the repository at this point in the history
Difftastic provides windows builds, and crossterm requires this
feature if you support windows.
  • Loading branch information
Wilfred committed Feb 19, 2024
1 parent 17038f4 commit 3f99519
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 87 deletions.
115 changes: 29 additions & 86 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 @@ -70,7 +70,7 @@ tree_magic_mini = "3.0.2"
# bumpalo 3.12 requires rust 1.60
bumpalo = "3.11.1"
unicode-width = "0.1.9"
crossterm = { version = "0.27.0", features = [] }
crossterm = { version = "0.27.0", features = ["windows"] }
glob = "0.3.1"
strum = { version = "0.25", features = ["derive"] }
# hashbrown 0.13 requires rust 1.61
Expand Down

0 comments on commit 3f99519

Please sign in to comment.