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:21:32 +0100
commit5eddb62f3cae4740680eaa81d448c3eeda88068a (patch)
treef45e6b7afaa8ed3a2a5dea5e65685f83017c0eb7 /src/lib.rs
parentchore: bump MSRV to match iced's (diff)
downloadiced_selection-5eddb62f3cae4740680eaa81d448c3eeda88068a.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;