mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Inline tui as helix-tui fork.
We only rely on some of the rendering primitives and implement our Cursive-style compositor on top.
This commit is contained in:
parent
6c705f09e8
commit
35606a3daa
31 changed files with 6200 additions and 25 deletions
|
@ -21,7 +21,7 @@ once_cell = "1.4"
|
|||
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
num_cpus = "1"
|
||||
tui = { version = "0.15", default-features = false, features = ["crossterm"] }
|
||||
tui = { path = "../helix-tui", package = "helix-tui", default-features = false, features = ["crossterm"] }
|
||||
crossterm = { version = "0.19", features = ["event-stream"] }
|
||||
clap = { version = "3.0.0-beta.2 ", default-features = false, features = ["std", "cargo"] }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue