diff options
author | Akshay <[email protected]> | 2020-07-18 09:44:40 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-07-18 09:44:40 +0100 |
commit | 3eace50dfb39317fb08e5a95d6126b787c567a17 (patch) | |
tree | 5cd884942f44090364c8adbaf037a72cc5e810fb /Cargo.toml | |
parent | 84ddaeb8baba55998335935031ce5644f2715806 (diff) |
switch to termion backend for strikethrough and stable refresh rate
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ notify = "4.0" | |||
17 | 17 | ||
18 | [dependencies.cursive] | 18 | [dependencies.cursive] |
19 | version = "0.15" | 19 | version = "0.15" |
20 | features = ["crossterm-backend"] | 20 | features = ["termion-backend"] |
21 | 21 | ||
22 | [dependencies.chrono] | 22 | [dependencies.chrono] |
23 | version = "0.4" | 23 | version = "0.4" |