From 44ff4d3c1f5da05e57ce99ba9d67b80a334def83 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Mon, 25 May 2020 13:02:21 +0900 Subject: Implement a new core based on CodeMirror. --- helix-term/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'helix-term/Cargo.toml') diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index f6528034..ea4d5b55 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -15,5 +15,8 @@ path = "src/main.rs" # path = "src/line.rs" [dependencies] -termwiz = { git = "https://github.com/wez/wezterm", features = ["widgets"] } +# termwiz = { git = "https://github.com/wez/wezterm", features = ["widgets"] } +termwiz = { path = "../../wezterm/termwiz", default-features = false, features = ["widgets"] } anyhow = "1.0.31" +argh = "0.1.3" +helix-core = { path = "../helix-core" } -- cgit v1.2.3-70-g09d2