mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
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:
parent
48330ddb5f
commit
935cfeae57
15 changed files with 250 additions and 118 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue