mirror of
https://github.com/ratatui/ratatui.git
synced 2025-10-02 15:25:54 +00:00
Mention crossterm in README
This commit is contained in:
parent
1c0b0abf61
commit
d7e4a252fb
@ -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
|
library [blessed-contrib](https://github.com/yaronn/blessed-contrib) and the
|
||||||
`Go` library [termui](https://github.com/gizak/termui).
|
`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:
|
can either choose from:
|
||||||
|
|
||||||
- [termion](https://github.com/ticki/termion)
|
- [termion](https://github.com/ticki/termion)
|
||||||
- [rustbox](https://github.com/gchp/rustbox)
|
- [rustbox](https://github.com/gchp/rustbox)
|
||||||
|
- [crossterm](https://github.com/TimonPost/crossterm)
|
||||||
|
|
||||||
However, some features may only be available in one of the two.
|
However, some features may only be available in one of the two.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user