ratatui/src
Josh McKinney ad288f5168
chore(features): enable building with all-features (#286)
Before this change, it wasn't possible to build all features and all
targets at the same time, which prevents rust-analyzer from working
for the whole project.

Adds a bacon.toml file to the project, which is used by bacon
https://dystroy.org/bacon/

Configures docs.rs to show the feature flags that are necessary to
make modules / types / functions available.
2023-07-04 03:58:25 +00:00
..
backend style: reformat imports (#219) 2023-06-12 05:07:15 +00:00
style feat: stylization shorthands (#283) 2023-07-01 09:14:16 +00:00
text style: reformat imports (#219) 2023-06-12 05:07:15 +00:00
widgets style: fix formatting (#292) 2023-07-02 18:47:02 +00:00
buffer.rs style: reformat imports (#219) 2023-06-12 05:07:15 +00:00
layout.rs fix(clippy): ununsed_mut lint for layout (#285) 2023-06-30 22:01:58 +00:00
lib.rs chore(features): enable building with all-features (#286) 2023-07-04 03:58:25 +00:00
style.rs feat: stylization shorthands (#283) 2023-07-01 09:14:16 +00:00
symbols.rs fix(canvas)!: use full block for Marker::Block (#133) 2023-04-15 17:40:28 +02:00
terminal.rs style: reformat imports (#219) 2023-06-12 05:07:15 +00:00
text.rs feat: stylization shorthands (#283) 2023-07-01 09:14:16 +00:00
title.rs feat(block): support for having more than one title (#232) 2023-06-19 08:24:36 +00:00