mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Add ratatui
This commit is contained in:
parent
e304681fbe
commit
e252b0828a
1 changed files with 5 additions and 2 deletions
|
@ -917,10 +917,13 @@
|
|||
}]
|
||||
},
|
||||
{
|
||||
"name": "Full TUI library",
|
||||
"name": "TUI",
|
||||
"recommendations": [{
|
||||
"name": "ratatui",
|
||||
"notes": "A high-level TUI library with widgets, layout, etc. "
|
||||
}, {
|
||||
"name": "crossterm",
|
||||
"notes": "Cross-platform terminal rendering and event handling"
|
||||
"notes": "Low-level cross-platform terminal rendering and event handling"
|
||||
}]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue