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:
Keith Simmons 2021-06-24 20:58:15 -07:00 committed by GitHub
parent 74cc4b4a49
commit 4418e17547
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
38 changed files with 773 additions and 697 deletions

View file

@ -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" }