Update readme: add link to backends wiki page

This commit is contained in:
Alexandre Bury 2016-10-12 14:58:09 -07:00 committed by GitHub
parent 69d264348f
commit 14c6d4fb82

View File

@ -4,7 +4,7 @@
[![Build Status](https://travis-ci.org/gyscos/Cursive.svg?branch=master)](https://travis-ci.org/gyscos/Cursive)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
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).
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), but [other backends are available](https://github.com/gyscos/Cursive/wiki/Backends).
It allows you to build rich user interfaces for terminal applications.