# retroglyph-widgets (DEPRECATED)
This crate has been renamed to [`retroglyph-ui`](https://crates.io/crates/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
```toml
# 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.