summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClementTsang <clementjhtsang@gmail.com>2019-09-15 01:29:49 -0400
committerClementTsang <clementjhtsang@gmail.com>2019-09-15 01:29:49 -0400
commit0eb993d1291cf35b1329dd1af08b4723a26b7044 (patch)
treee388f96c0b5389c6cd6db2a989dc45d29822b96d /Cargo.toml
parent282acd1395fb521be3ca94c7731abfdfa2c9ae0c (diff)
Added a few changes - fix for slow start time feel, changed cpu legend display, added logic to make avg cpu display over everything. Also changed tui source to a fork.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f93d7845..fbc29e93 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,8 @@ sysinfo = "0.9.4"
tokio = "0.2.0-alpha.4"
[dependencies.tui]
-version = "0.6.2"
+git = "https://github.com/ClementTsang/tui-rs"
+#path = "../tui-rs"
default-features = false
features = ['crossterm']