automatic cursor style handled by the library

This commit is contained in:
Priec
2025-08-02 15:06:29 +02:00
parent c92c617314
commit 0baf152c3e
8 changed files with 296 additions and 426 deletions

View File

@@ -12,7 +12,7 @@ categories.workspace = true
[dependencies]
common = { path = "../common" }
ratatui = { workspace = true, optional = true }
crossterm = { workspace = true }
crossterm = { workspace = true, optional = true }
anyhow.workspace = true
tokio = { workspace = true, optional = true }
toml = { workspace = true }
@@ -31,6 +31,7 @@ tokio-test = "0.4.4"
default = []
gui = ["ratatui"]
autocomplete = ["tokio"]
cursor-style = ["crossterm"]
[[example]]
name = "autocomplete"