Use patched termion, add resize executable, update rust nightly version
This commit is contained in:
parent
deeb218b76
commit
4a20c8f6c0
|
@ -40,3 +40,4 @@ members = [
|
|||
[replace]
|
||||
"jpeg-decoder:0.1.11" = { git = "https://github.com/redox-os/jpeg-decoder.git", branch = "single_thread" }
|
||||
"liner:0.1.3" = { git = "https://github.com/redox-os/liner.git", branch = "redox" }
|
||||
"termion:1.3.0" = { git = "https://github.com/redox-os/termion.git" }
|
||||
|
|
|
@ -13,7 +13,7 @@ Please make sure you use the **latest nightly** of `rustc` before building (for
|
|||
[](https://travis-ci.org/redox-os/redox)
|
||||
[](https://github.com/redox-os/redox/releases)
|
||||
[](./LICENSE.md)
|
||||

|
||||

|
||||
|
||||
## Contents
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@ extrautils: \
|
|||
filesystem/bin/mdless \
|
||||
filesystem/bin/mtxt \
|
||||
filesystem/bin/rem \
|
||||
filesystem/bin/resize \
|
||||
filesystem/bin/screenfetch
|
||||
#filesystem/bin/dmesg filesystem/bin/info filesystem/bin/watch
|
||||
|
||||
|
|
Loading…
Reference in a new issue