Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-tui/Cargo.toml')
-rw-r--r--helix-tui/Cargo.toml14
1 files changed, 6 insertions, 8 deletions
diff --git a/helix-tui/Cargo.toml b/helix-tui/Cargo.toml
index bcf890f5..2bdb494f 100644
--- a/helix-tui/Cargo.toml
+++ b/helix-tui/Cargo.toml
@@ -12,19 +12,17 @@ repository.workspace = true
homepage.workspace = true
[features]
-default = ["termina", "crossterm"]
+default = ["crossterm"]
[dependencies]
helix-view = { path = "../helix-view", features = ["term"] }
helix-core = { path = "../helix-core" }
-bitflags.workspace = true
+bitflags = "2.6"
cassowary = "0.3"
-unicode-segmentation.workspace = true
-termina = { workspace = true, optional = true }
+unicode-segmentation = "1.11"
+crossterm = { version = "0.27", optional = true }
termini = "1.0"
-once_cell = "1.21"
+serde = { version = "1", "optional" = true, features = ["derive"]}
+once_cell = "1.19"
log = "~0.4"
-
-[target.'cfg(windows)'.dependencies]
-crossterm = { version = "0.28", optional = true }