Add ratatui

This commit is contained in:
Nico Burns 2023-03-16 23:35:38 +00:00
parent e304681fbe
commit e252b0828a

View file

@ -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"
}]
}
]