summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMroik/PositiveC <mroik@delayed.space>2024-02-21 16:43:09 +0100
committerGitHub <noreply@github.com>2024-02-21 10:43:09 -0500
commitf6d1f71d6c11eaebc13ef9f26b06bd31e2275d51 (patch)
treef7e45da920d6aac4ddce09273a23203e1a8dc4a1 /Cargo.toml
parent8f1c36ae882bed585320292c0942b59bdf4d86a9 (diff)
Make mouse support configurable (#494)
* Make mouse sup configurable instead of build feat * Add mouse_support to docs * Add mouse_support to default config * Don't capture mouse on mouse_support = false * Fmt pass
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 bbacca9..4c5eb76 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -66,6 +66,5 @@ shadow-rs = "0.26"
[features]
devicons = ["phf"]
file_mimetype = []
-mouse = []
syntax_highlight = ["ansi-to-tui"]
-default = ["devicons", "mouse", "syntax_highlight"]
+default = ["devicons", "syntax_highlight"]