Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/Cargo.toml')
| -rw-r--r-- | helix-view/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml index 69df49cc..a73bd8f7 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -15,6 +15,7 @@ lsp = ["helix-lsp", "tokio-runtime"] dap = ["helix-dap", "tokio-stream", "tokio-runtime"] tokio-runtime = ["tokio"] term = ["crossterm", "tui"] +ui = [] [dependencies] bitflags = "1.3" |