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
This is preparation for `tachyonfx`:
- `ratatui` continues to be painful to use with
cargo. `tachyonfx` is on the latest version, so
this bumps everything to the latest version.
Because some libs don't have releases on that
version yet, this uses forks until they release
new versions.
- `tachyonfx` effects are not `Send` because the
shaders are using `Rc<RefCell<T>>` for some
operations. This moves the dashboard rendering
thread to its own *actual* thread with a
separate tokio runtime to get around the `Send`
requirement for the futures.
0 commit comments