retroglyph-widgets 0.4.2

DEPRECATED: renamed to `retroglyph-ui`. This crate is no longer maintained; switch to https://crates.io/crates/retroglyph-ui.
Documentation

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"
retroglyph-ui = "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.