not working example to canvas crate, improving and fixing now

This commit is contained in:
Priec
2025-07-31 15:07:28 +02:00
parent 5d084bf822
commit 59a29aa54b
3 changed files with 375 additions and 0 deletions

View File

@@ -29,3 +29,7 @@ tokio-test = "0.4.4"
[features]
default = []
gui = ["ratatui"]
[[example]]
name = "ratatui_demo"
path = "examples/ratatui_demo.rs"