Skip to content

Commit 34aee07

Browse files
SvenFinndjc
authored andcommitted
Introduce unicode-width feature
This is to make "reconstruction" of the default feature set possible, in case the user wants to disable the wasmbind feature
1 parent 51d284f commit 34aee07

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ pretty_assertions = "1.4.0"
3535
web-time = { version = "1.1.0", optional = true }
3636

3737
[features]
38-
default = ["unicode-width", "console/unicode-width", "wasmbind"]
39-
improved_unicode = ["unicode-segmentation", "unicode-width", "console/unicode-width"]
38+
default = ["unicode-width", "wasmbind"]
39+
unicode-width = ["dep:unicode-width", "console/unicode-width"]
40+
improved_unicode = ["unicode-segmentation", "unicode-width"]
4041
in_memory = ["vt100"]
4142
futures = ["dep:futures-core"]
4243
wasmbind = ["dep:web-time"]

0 commit comments

Comments
 (0)