diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ pub mod scrollable; pub mod slider; #[cfg(feature = "svg")] pub mod svg; +pub mod table; pub mod text; pub mod text_editor; pub mod text_input; |
