mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +00:00
Mention crossterm in README
This commit is contained in:
parent
1c0b0abf61
commit
d7e4a252fb
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue