aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index a1c582d..9e68ba0 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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;