mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-28 13:31:14 +00:00

Termion is not supported on Windows, so we need to avoid building it. Adds a conditional dependency to the Cargo.toml file to only include termion when the target is not Windows. This allows contributors to build using the `--all-features` flag on Windows rather than needing to specify the features individually.