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

12
Cargo.lock generated
View file

@ -410,12 +410,22 @@ dependencies = [
"argh",
"crossterm",
"helix-core",
"helix-syntax",
"helix-view",
"num_cpus",
"smol",
"tui",
]
[[package]]
name = "helix-view"
version = "0.1.0"
dependencies = [
"anyhow",
"crossterm",
"helix-core",
"tui",
]
[[package]]
name = "hermit-abi"
version = "0.1.15"