Skip to content

Commit

Permalink
replace custom reflow impl with textwrap crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Vince Mutolo committed Apr 16, 2022
1 parent a3127d4 commit e8c84a5
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 390 deletions.
27 changes: 27 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions helix-core/Cargo.toml
Expand Up @@ -41,6 +41,7 @@ encoding_rs = "0.8"
chrono = { version = "0.4", default-features = false, features = ["alloc", "std"] }

etcetera = "0.3"
textwrap = "0.15.0"

[dev-dependencies]
quickcheck = { version = "1", default-features = false }

0 comments on commit e8c84a5

Please sign in to comment.