diff options
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r-- | helix-term/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index bd488d2f..081b8f58 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -29,4 +29,4 @@ futures = { version = "0.3.5", default-features = false, features = ["std"] } smol = "0.1.10" num_cpus = "1.13.0" piper = "0.1.2" -tui = { version = "0.9.5", default-features = false } +# tui = { version = "0.9.5", default-features = false } |