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
Josh McKinney
b544e394c9
chore: use clap instead of argh for demo example ( #1591 )
2024-12-24 22:45:39 -08:00
Josh McKinney
21e62d84c2
chore: Move the demo example to main folder ( #1523 )
...
Add a top level examples folder for more app-ish examples
Move the demo example into the top level folder.
---------
Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2024-11-30 03:14:19 -08:00