Split parts of helix-term into helix-view.

It still largely depends on term for some types but I plan to change
that later.
This commit is contained in:
Blaž Hrastnik 2020-09-21 18:24:16 +09:00
parent 48330ddb5f
commit 935cfeae57
15 changed files with 250 additions and 118 deletions

View file

@ -12,12 +12,12 @@ path = "src/main.rs"
[dependencies]
helix-core = { path = "../helix-core" }
helix-syntax = { path = "../helix-syntax" }
helix-view = { path = "../helix-view", features = ["term"]}
anyhow = "1"
argh = "0.1.3"
crossterm = { version = "0.17", features = ["event-stream"] }
smol = "1"
num_cpus = "1.13.0"
tui = { version = "0.10.0", default-features = false, features = ["crossterm"] }
crossterm = { version = "0.17", features = ["event-stream"] }