mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 05:26:42 +02:00
Make crossterm default
This commit is contained in:
parent
2a08fb2f33
commit
a0c6a94854
5 changed files with 141 additions and 82 deletions
|
@ -7,9 +7,9 @@ edition = "2018"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[features]
|
||||
default = ["termion-backend"]
|
||||
termion-backend = ["tui/termion", "termion"]
|
||||
default = ["crossterm-backend"]
|
||||
crossterm-backend = ["tui/crossterm", "crossterm"]
|
||||
termion-backend = ["tui/termion", "termion"]
|
||||
|
||||
[dependencies]
|
||||
clap = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue