retroglyph-widgets (DEPRECATED)
This crate has been renamed to retroglyph-ui and is no
longer maintained.
retroglyph-widgets outgrew its name: it is a full immediate-mode terminal UI toolkit (layout,
input/focus, theming, animation, and a scrolling camera), not just drawable widgets.
Migrate
# Cargo.toml: replace
# retroglyph-widgets = "0.4"
= "0.4"
Then rename imports: retroglyph_widgets -> retroglyph_ui.
The last functional release is 0.4.1; 0.4.2 carries only this deprecation notice.