Skip to content

Commit

Permalink
Fix missing feature flags
Browse files Browse the repository at this point in the history
Not sure how these got deleted
  • Loading branch information
samtay committed Aug 25, 2022
1 parent 1059015 commit 9afb396
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ features = ["toml"]

[features]
default = ["cursive/termion-backend"]
windows = ["cursive/crossterm-backend"]
termion-backend = ["cursive/termion-backend"]
ncurses-backend = ["cursive/ncurses-backend"]
pancurses-backend = ["cursive/pancurses-backend"]
crossterm-backend = ["cursive/crossterm-backend"]

0 comments on commit 9afb396

Please sign in to comment.