migrating to the new canvas library

This commit is contained in:
Priec
2025-08-19 10:56:54 +02:00
parent 80d5dd0761
commit 858f5137d8
3 changed files with 203 additions and 257 deletions

View File

@@ -8,7 +8,7 @@ license.workspace = true
anyhow = { workspace = true }
async-trait = "0.1.88"
common = { path = "../common" }
canvas = { path = "../canvas", features = ["gui"] }
canvas = { path = "../canvas", features = ["gui", "suggestions"] }
ratatui = { workspace = true }
crossterm = { workspace = true }