Skip to content

Commit

Permalink
Merge pull request #515 from kdheepak/fix-windows
Browse files Browse the repository at this point in the history
Build on windows
  • Loading branch information
kdheepak authored Aug 28, 2023
2 parents 4f9c0df + 9242fe1 commit e6d3784
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

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

6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,14 @@ edition = "2018"
keywords = ["taskwarrior", "tui"]
categories = ["command-line-utilities"]

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

[dependencies]
anyhow = "1.0.75"
better-panic = "0.3.0"
cassowary = "0.3.0"
chrono = "0.4.26"
clap = { version = "4.4.0", features = ["derive"] }
crossterm = { version = "0.27.0", optional = true, default-features = false, features = [
crossterm = { version = "0.27.0", features = [
"event-stream",
] }
dirs = "5.0.1"
Expand Down

0 comments on commit e6d3784

Please sign in to comment.