Skip to content

Commit e8c84a5

Browse files
author
Vince Mutolo
committed
replace custom reflow impl with textwrap crate
1 parent a3127d4 commit e8c84a5

File tree

4 files changed

+36
-390
lines changed

4 files changed

+36
-390
lines changed

Cargo.lock

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

helix-core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ encoding_rs = "0.8"
4141
chrono = { version = "0.4", default-features = false, features = ["alloc", "std"] }
4242

4343
etcetera = "0.3"
44+
textwrap = "0.15.0"
4445

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

0 commit comments

Comments
 (0)