mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Experiment with TUI so we can render selections.
This commit is contained in:
parent
67017e5336
commit
9ad40bc40b
3 changed files with 70 additions and 7 deletions
|
@ -22,6 +22,5 @@ crossterm = { version = "0.17.7", features = ["event-stream"] }
|
|||
smol = "0.4"
|
||||
futures = { version = "0.3.5", default-features = false, features = ["std", "async-await"] }
|
||||
num_cpus = "1.13.0"
|
||||
tui = { version = "0.10.0", default-features = false, features = ["crossterm"] }
|
||||
# futures-timer = "3.0.2"
|
||||
|
||||
# tui = { version = "0.9.5", default-features = false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue