Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/Cargo.toml')
| -rw-r--r-- | helix-view/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml index 3154788d..ab8c9fe5 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -12,7 +12,7 @@ homepage.workspace = true [features] default = [] -term = ["crossterm"] +term = ["termina"] unicode-lines = [] [dependencies] @@ -26,7 +26,7 @@ helix-vcs = { path = "../helix-vcs" } bitflags.workspace = true anyhow = "1" -crossterm = { version = "0.28", optional = true } +termina = { workspace = true, optional = true } tempfile.workspace = true |