mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
Implement a new core based on CodeMirror.
This commit is contained in:
parent
240e5f4e3d
commit
44ff4d3c1f
13 changed files with 679 additions and 425 deletions
|
@ -15,5 +15,8 @@ path = "src/main.rs"
|
|||
# path = "src/line.rs"
|
||||
|
||||
[dependencies]
|
||||
termwiz = { git = "https://github.com/wez/wezterm", features = ["widgets"] }
|
||||
# termwiz = { git = "https://github.com/wez/wezterm", features = ["widgets"] }
|
||||
termwiz = { path = "../../wezterm/termwiz", default-features = false, features = ["widgets"] }
|
||||
anyhow = "1.0.31"
|
||||
argh = "0.1.3"
|
||||
helix-core = { path = "../helix-core" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue