Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/Cargo.toml')
| -rw-r--r-- | helix-view/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml index cc2905b0..24dd0f2a 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -12,7 +12,7 @@ homepage.workspace = true [features] default = [] -term = ["termina"] +term = ["termina", "crossterm"] unicode-lines = [] [dependencies] @@ -56,6 +56,7 @@ kstring = "2.0" [target.'cfg(windows)'.dependencies] clipboard-win = { version = "5.4", features = ["std"] } +crossterm = { version = "0.28", optional = true } [target.'cfg(unix)'.dependencies] libc = "0.2" |