kivimango / twin-commander

Yet another text mode twin-panel file manager
Apache License 2.0
18 stars 2 forks source link

Transition to ratatui #11

Open kivimango opened 1 year ago

kivimango commented 1 year ago

Since the tui-rs crate is deprecated, twin-commander should depend on the new community fork ratatui.

joshka commented 9 months ago

Hey there! We've published a breaking changes doc at . The two main changes that hit almost every tui-rs app is Frame<B> becomes Frame, and Spans becomes Line. Feel free to reach out on the discord channel or issues / discussions if you run into any troubles porting your app.

kivimango commented 9 months ago

Thanks for reaching out. Twin Commander will depend of the tuirealm framework backed by ratatui. The version is used atm us v.023, so it is not affecting the transition.