From a25d744ff68344e36dcb7941f5d26f8634e4a2b9 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Wed, 3 Aug 2016 10:47:13 -0700 Subject: [PATCH] Update crate description. --- Cargo.toml | 4 ++-- Readme.md | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c1ca4ab..ce349f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] authors = ["Alexandre Bury "] -description = "A TUI library based on ncurses-rs." +description = "A TUI (Text User Interface) library focused on ease-of-use." documentation = "https://gyscos.github.io/Cursive/cursive/index.html" exclude = ["doc", "assets"] -keywords = ["ncurses", "TUI"] +keywords = ["ncurses", "TUI", "UI"] license = "MIT" name = "cursive" readme = "Readme.md" diff --git a/Readme.md b/Readme.md index 6f5bab8..31384cc 100644 --- a/Readme.md +++ b/Readme.md @@ -5,7 +5,9 @@ [![Clippy Linting Result](https://clippy.bashy.io/github/gyscos/Cursive/master/badge.svg)](https://clippy.bashy.io/github/gyscos/Cursive/master/log) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) -Cursive is a ncurses-based TUI (Text User Interface) library for rust. It is based on jeaye's [ncurses-rs](https://github.com/jeaye/ncurses-rs). +Cursive is a TUI (Text User Interface) library for rust. It is currently based on jeaye's [ncurses-rs](https://github.com/jeaye/ncurses-rs). + +It allows you to build rich user interfaces for terminal applications. # [Documentation](http://gyscos.github.io/Cursive/cursive/index.html)