mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-24 05:33:25 +00:00
217c57cd60
Backend code is now moved to `ratatui-crossterm`, `ratatui-termion` and `ratatui-termwiz`. This should be backwards compatible with existing code. Co-authored-by: Josh McKinney <joshka@users.noreply.github.com>
11 lines
238 B
Markdown
11 lines
238 B
Markdown
# xtask for ratatui
|
|
|
|
<!-- cargo-rdme start -->
|
|
|
|
A simple task runner for the project.
|
|
|
|
See <https://github.com/matklad/cargo-xtask> for details on the xtask pattern.
|
|
|
|
Run `cargo xtask --help` for more information
|
|
|
|
<!-- cargo-rdme end -->
|