mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-27 13:01:13 +00:00

Resolves #1780 BREAKING CHANGE: Disabling `default-features` will now disable layout cache, which can have a negative impact on performance. `Layout::init_cache` and `Layout::DEFAULT_CACHE_SIZE` are now only available if `layout-cache` feature is enabled.
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