diff options
author | Ivan Tham | 2021-06-29 16:17:16 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-07-04 09:01:59 +0000 |
commit | 9effe71b7d2133f18545d182cef384ea3fd1c0ff (patch) | |
tree | d8267e162be7079162cb534e63f507a370061912 /helix-tui/Cargo.toml | |
parent | 4c190ec9d9da49adedf2e14cd813725d979b42e8 (diff) |
Apply suggestions from blaz for infobox
Diffstat (limited to 'helix-tui/Cargo.toml')
-rw-r--r-- | helix-tui/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-tui/Cargo.toml b/helix-tui/Cargo.toml index dde2eafe..7f98144c 100644 --- a/helix-tui/Cargo.toml +++ b/helix-tui/Cargo.toml @@ -19,7 +19,6 @@ default = ["crossterm"] bitflags = "1.0" cassowary = "0.3" unicode-segmentation = "1.2" -unicode-width = "0.1" crossterm = { version = "0.20", optional = true } serde = { version = "1", "optional" = true, features = ["derive"]} helix-view = { version = "0.3", path = "../helix-view", features = ["term"] } |