mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Closer to a full flake build via naersk.
Blocked on https://github.com/NixOS/nix/issues/4423, build doesn't see submodules.
This commit is contained in:
parent
3038c2ef6d
commit
b6a22e955b
5 changed files with 65 additions and 64 deletions
|
@ -22,8 +22,7 @@ once_cell = "1.4"
|
|||
smol = "1"
|
||||
smol-timeout = "0.6"
|
||||
num_cpus = "1"
|
||||
# tui = { version = "0.12", default-features = false, features = ["crossterm"] }
|
||||
tui = { git = "https://github.com/fdehau/tui-rs", default-features = false, features = ["crossterm"] }
|
||||
tui = { version = "0.15", 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