Orhun Parmaksız
d045305c67
chore(deps): bump rand and rand_chacha ( #1633 )
...
<https://rust-random.github.io/book/update-0.9.html >
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-29 14:13:35 -08:00
Jens Krause
7ad9c29eac
feat(linegauge): customized symbols ( #1601 )
...
With this PR any symbol (`&str`) can be used to render `filled` and
`unfilled` parts of `LineGauge` now. Before that change, only
[`symbols::line::Set`](https://docs.rs/ratatui/latest/ratatui/symbols/line/struct.Set.html )
was accepted.
Note: New methods are introduced to define those symbols:
`filled_symbol` and `unfilled_symbol`. The method
[`line_set`](https://docs.rs/ratatui/latest/ratatui/widgets/struct.LineGauge.html#method.line_set )
is still there, but marked as `deprecated`.

2025-01-22 19:56:22 -08:00
n4n5
50ba96518f
feat: add a new RatatuiMascot widget ( #1584 )
...
Move the Mascot from Demo2 into a new widget.
Make the Rat grey and adjust the other colors.
```rust
frame.render_widget(RatatuiMascot::default(), frame.area());
```
2024-12-26 04:32:38 -08:00
Josh McKinney
35eba76b4d
chore(example): move demo2 to top level folder ( #1524 )
2024-12-01 13:46:26 +03:00