Skip to content

Commit e6d3784

Browse files
authored
Merge pull request #515 from kdheepak/fix-windows
Build on windows
2 parents 4f9c0df + 9242fe1 commit e6d3784

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,14 @@ edition = "2018"
1111
keywords = ["taskwarrior", "tui"]
1212
categories = ["command-line-utilities"]
1313

14-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
15-
[features]
16-
default = ["crossterm-backend"]
17-
crossterm-backend = ["tui/crossterm", "crossterm"]
1814

1915
[dependencies]
2016
anyhow = "1.0.75"
2117
better-panic = "0.3.0"
2218
cassowary = "0.3.0"
2319
chrono = "0.4.26"
2420
clap = { version = "4.4.0", features = ["derive"] }
25-
crossterm = { version = "0.27.0", optional = true, default-features = false, features = [
21+
crossterm = { version = "0.27.0", features = [
2622
"event-stream",
2723
] }
2824
dirs = "5.0.1"

0 commit comments

Comments
 (0)