From 4a20c8f6c01c5f34b3ea55085ce141f5f908a249 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 27 Mar 2017 18:55:06 -0600 Subject: [PATCH] Use patched termion, add resize executable, update rust nightly version --- Cargo.toml | 1 + README.md | 2 +- mk/userspace/extrautils.mk | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 25f3d9b..ec5436b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/README.md b/README.md index 0e28fa2..52c1d32 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Please make sure you use the **latest nightly** of `rustc` before building (for [![Travis Build Status](https://travis-ci.org/redox-os/redox.svg?branch=master)](https://travis-ci.org/redox-os/redox) [![Downloads](https://img.shields.io/github/downloads/redox-os/redox/total.svg)](https://github.com/redox-os/redox/releases) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.md) -![Rust Version](https://img.shields.io/badge/rust-nightly%202017--03--20-lightgrey.svg) +![Rust Version](https://img.shields.io/badge/rust-nightly%202017--03--23-lightgrey.svg) ## Contents diff --git a/mk/userspace/extrautils.mk b/mk/userspace/extrautils.mk index 7a7774b..a24b6d1 100644 --- a/mk/userspace/extrautils.mk +++ b/mk/userspace/extrautils.mk @@ -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