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