You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't really use the TUI crate for anything except rendering. Wrap their widget trait and events. We could switch to a more raw terminal rendering crate like termwiz. Termwiz supports images, and raw pixel graphics on some terminals unlike TUI or ratatui
We could switch to a more raw terminal rendering crate like termwiz. Termwiz supports images, and raw pixel graphics on some terminals unlike TUI or ratatui
That does sound like a good idea. I have looked into termwiz and it seems like a better option if Rink isn't using any widgets from tui-rs. (also ratatui does have a termwiz backend if dioxus-tui ever does find use in the widgets).
Problem
rink
currently depends on tui-rs, which is no longer maintained.Solution
Switch to ratatui, which has been named the official successor to tui-rs.
It should just be a drop-in replacement, simply changing the Cargo.toml entry to:
The text was updated successfully, but these errors were encountered: