Skip to content

Commit a3f4d14

Browse files
committed
chore: move dashboard to a standard thread
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.
1 parent 3702621 commit a3f4d14

12 files changed

+201
-189
lines changed

Cargo.lock

+71-74
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)