Implement a new core based on CodeMirror.

This commit is contained in:
Blaž Hrastnik 2020-05-25 13:02:21 +09:00
parent 240e5f4e3d
commit 44ff4d3c1f
13 changed files with 679 additions and 425 deletions

View file

@ -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" }