mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 03:17:45 +03:00
reverse the dependency between helix-tui and helix-view (#366)
* reverse the dependency between helix-tui and helix-view by moving a fiew types to view * fix tests * clippy and format fixes Co-authored-by: Keith Simmons <keithsim@microsoft.com>
This commit is contained in:
parent
74cc4b4a49
commit
4418e17547
38 changed files with 773 additions and 697 deletions
|
@ -22,4 +22,5 @@ unicode-segmentation = "1.2"
|
|||
unicode-width = "0.1"
|
||||
crossterm = { version = "0.20", optional = true }
|
||||
serde = { version = "1", "optional" = true, features = ["derive"]}
|
||||
helix-view = { path = "../helix-view", features = ["term"] }
|
||||
helix-core = { version = "0.2", path = "../helix-core" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue