diff options
author | Blaž Hrastnik | 2020-09-12 08:44:57 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2020-09-12 08:44:57 +0000 |
commit | a106be94f140918fa392bea660a87197b66390f0 (patch) | |
tree | fbe621a69913f1e1115893a531f85bd3313eff9f /helix-term/Cargo.toml | |
parent | b17a77b8b84b1dfdbc1615a652e9718d847ea0de (diff) |
Refactor a little bit.
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" |