Rust terminal drawing library
Find a file
Joscha d0b3b9edd4 Fix Predrawn size calculations
Previously, Predrawn would use its parent frame's size. Now, it uses the
size requested by the widget. Because of this, it no longer requires a
full &mut Frame, but only a &mut WidthDb.

To set a maximum size, the widget can be wrapped inside a Resize.
2023-04-14 01:51:40 +02:00
.vscode Add vscode settings 2023-02-16 09:37:59 +01:00
examples Use new with_* naming scheme 2023-02-20 15:53:49 +01:00
src Fix Predrawn size calculations 2023-04-14 01:51:40 +02:00
.gitignore Create project 2022-05-21 00:15:53 +02:00
Cargo.toml Add Widget and AsyncWidget traits 2023-02-16 09:37:59 +01:00