Add terminal rendering libraries

This commit is contained in:
Nico Burns 2022-05-02 15:32:46 +01:00
parent a74d0ca425
commit 80d3bb517f

View file

@ -418,6 +418,27 @@
}]
}
]
},
{
"slug": "rendering",
"name": "Terminal Rendering",
"description": "For fancy terminal rendering and TUIs. The crates recommended here work cross-platform (including windows).",
"purposes": [
{
"name": "Coloured Output",
"crates": [{
"name": "termcolor",
"notes": "Cross-platform terminal colour output"
}]
},
{
"name": "Full TUI library",
"crates": [{
"name": "crossterm",
"notes": "Cross-platform terminal rendering and event handling"
}]
}
]
}
]
},