aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2026-02-05 14:20:35 +0100
committerPolesznyák Márk <contact@pml68.dev>2026-02-05 14:36:54 +0100
commit512d1c95046af39c45c1978a58fa784b308abf06 (patch)
treee4028d8156973f2396d1ab9d094224742aa07614 /src/lib.rs
parentdocs: update changelog (diff)
downloadiced_selection-512d1c95046af39c45c1978a58fa784b308abf06.tar.gz
feat: make click interval for double & triple clicks customizable
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 34c1f73..3ca34b7 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -3,6 +3,7 @@
//! [`iced`]: https://iced.rs
//! [`Paragraph`]: https://docs.iced.rs/iced_graphics/text/paragraph/struct.Paragraph.html
+mod click;
#[cfg(feature = "markdown")]
pub mod markdown;
pub mod selection;