From 5eddb62f3cae4740680eaa81d448c3eeda88068a Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Thu, 5 Feb 2026 14:20:35 +0100 Subject: feat: make click interval for double & triple clicks customizable --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.rs') 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; -- cgit v1.2.3