ratatui/xtask/README.md
Orhun Parmaksız 217c57cd60
refactor: modularize backends (#1508)
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>
2024-11-23 15:23:40 -08:00

238 B

xtask for ratatui

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