summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2020-02-16 15:45:05 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2020-02-16 15:50:25 -0500
commit98d0ce7e70f9febf804cda7473f5e9f7f180fe91 (patch)
treec8c8dd60d9e6502202b910e64f79cd75b933d05d /Cargo.toml
parentd788f8d740be85bb014ddfa005156723f0a31e99 (diff)
remove ncurses dependency
- clean up code - update theme config - fix localstate tracking file selection not selecting proper files
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8c4addf..8d8696e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,10 +40,6 @@ xdg = "^2"
# whoami = "*"
# xdg = "*"
-[dependencies.ncurses]
-version = "5.99.0"
-features = [ "extended_colors", "panel", "wide" ]
-
[dependencies.wordexp]
version = "^0"
git = "https://github.com/kamiyaa/wordexp-rs"