Update travis again... add cargo-arch
This commit is contained in:
parent
6ff95bdb05
commit
f2813139b1
|
@ -13,6 +13,7 @@ readme = "README.md"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
cargo-arch = "0.1.3"
|
||||
chrono = "0.4.9"
|
||||
clap = "2.33.0"
|
||||
crossterm = "0.11.0"
|
||||
|
|
4
TODO.md
4
TODO.md
|
@ -4,8 +4,6 @@ Note this will probably migrate to GitHub's native Issues; this was mostly for p
|
|||
|
||||
## Want to do
|
||||
|
||||
- Travis to automate building
|
||||
|
||||
- Scaling in and out (zoom), may need to show zoom levels
|
||||
|
||||
- More keybinds (jumping, scaling)
|
||||
|
@ -20,6 +18,8 @@ Note this will probably migrate to GitHub's native Issues; this was mostly for p
|
|||
|
||||
## Less important
|
||||
|
||||
- Minimalist mode
|
||||
|
||||
- Ellipsis
|
||||
|
||||
- Rebalance cpu usage in process by using current value (it's currently just summing to 100%)
|
||||
|
|
Loading…
Reference in New Issue