ulyssa / modalkit

A Rust library for building modal editing applications
Apache License 2.0
49 stars 5 forks source link

Replace `tui` wiith `ratatui` #105

Closed auronandace closed 1 year ago

auronandace commented 1 year ago

Not sure if you are aware but tui has not been maintained for quite some time now.

There is a new active fork of the project: https://github.com/tui-rs-revival/ratatui

Just wanted to make you aware of it in case you would like to switch to it.

ulyssa commented 1 year ago

I was unaware of the fork. Thanks for mentioning it! I implemented most of my own widgets, so my usage of the library is pretty straightforward, but the const functions for Style and others seem like a nice addition.