Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e992659

Browse files
committed
chore: remove obsolete tui-shared feature (Byron#208)
1 parent 729e7e9 commit e992659

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ include = ["src/**/*", "Cargo.*", "LICENSE", "README.md", "CHANGELOG.md", "!**/t
1111

1212
[features]
1313
default = ["tui-crossplatform", "trash-move"]
14-
tui-crossplatform = ["crosstermion/tui-react-crossterm", "tui-shared"]
14+
tui-crossplatform = ["crosstermion/tui-react-crossterm", "tui", "tui-react", "open", "unicode-segmentation", "unicode-width"]
1515

16-
tui-shared = ["tui", "tui-react", "open", "unicode-segmentation", "unicode-width"]
1716
trash-move = ["trash"]
1817

1918
[dependencies]

0 commit comments

Comments
 (0)