Mention crossterm in README

This commit is contained in:
Sven-Hendrik Haase 2019-01-14 21:16:37 +01:00 committed by Florian Dehau
parent 1c0b0abf61
commit d7e4a252fb

View file

@ -11,11 +11,12 @@ user interfaces and dashboards. It is heavily inspired by the `Javascript`
library [blessed-contrib](https://github.com/yaronn/blessed-contrib) and the
`Go` library [termui](https://github.com/gizak/termui).
The library itself supports two different backends to draw to the terminal. You
The library itself supports three different backends to draw to the terminal. You
can either choose from:
- [termion](https://github.com/ticki/termion)
- [rustbox](https://github.com/gchp/rustbox)
- [crossterm](https://github.com/TimonPost/crossterm)
However, some features may only be available in one of the two.