summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2023-12-28 07:39:08 +0100
committerSebastian Thiel <sebastian.thiel@icloud.com>2023-12-28 07:39:08 +0100
commite992659db17f275b48e555afd6b18df737401f01 (patch)
treeef850095cd91a9c979468b10698b9f83d736d5f1 /Cargo.toml
parent729e7e92410b138f2778ef70f0f59a439028ac29 (diff)
chore: remove obsolete `tui-shared` feature (#208)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 54ef47e..9ac61da 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,9 +11,8 @@ include = ["src/**/*", "Cargo.*", "LICENSE", "README.md", "CHANGELOG.md", "!**/t
[features]
default = ["tui-crossplatform", "trash-move"]
-tui-crossplatform = ["crosstermion/tui-react-crossterm", "tui-shared"]
+tui-crossplatform = ["crosstermion/tui-react-crossterm", "tui", "tui-react", "open", "unicode-segmentation", "unicode-width"]
-tui-shared = ["tui", "tui-react", "open", "unicode-segmentation", "unicode-width"]
trash-move = ["trash"]
[dependencies]