Rust terminal drawing library
Find a file
Joscha 3fb3a7b92b Fix sizing bug
The available space was updated while removing elements, but the check
for the next element expected the old value.
2023-02-18 19:40:33 +01:00
.vscode Add vscode settings 2023-02-16 09:37:59 +01:00
examples Don't measure widths while presenting 2023-02-17 18:59:32 +01:00
src Fix sizing bug 2023-02-18 19:40:33 +01: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