diff options
author | Guillaume Pasquet <dev@etenil.net> | 2019-11-18 05:38:59 +0000 |
---|---|---|
committer | Guillaume Pasquet <dev@etenil.net> | 2019-11-18 05:38:59 +0000 |
commit | 53928f4b6ceb607bca08cf9a2a36824b0944f2c1 (patch) | |
tree | cec20b5fa470826e362297c20f404813f1cf7d70 /Cargo.toml | |
parent | 545a32a6830d722835ed3d739165f498b874b8d8 (diff) |
Convert from ncurses to crossterm
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,4 +7,4 @@ edition = "2018" [dependencies] rand = "0.7.0" text_io = "0.1.7" -pancurses = "0.16" +crossterm = "0.13.3" |