diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2026-02-05 14:20:35 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2026-02-05 14:21:32 +0100 |
| commit | 5eddb62f3cae4740680eaa81d448c3eeda88068a (patch) | |
| tree | f45e6b7afaa8ed3a2a5dea5e65685f83017c0eb7 /src/lib.rs | |
| parent | chore: bump MSRV to match iced's (diff) | |
| download | iced_selection-5eddb62f3cae4740680eaa81d448c3eeda88068a.tar.gz | |
feat: make click interval for double & triple clicks customizable
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
