diff options
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r-- | helix-term/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index ce3add5c..b7a58e3e 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -11,9 +11,6 @@ name = "hx" path = "src/main.rs" [dependencies] -# termwiz = { git = "https://github.com/wez/wezterm", features = ["widgets"] } -# termwiz = { path = "../../wezterm/termwiz", default-features = false, features = ["widgets"] } - helix-syntax = { path = "../helix-syntax" } anyhow = "1" |