aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-07-31 13:40:49 +0200
committerpml68 <contact@pml68.dev>2025-07-31 13:40:49 +0200
commit4c9fb58fd20230eb9c604a7ca179485405023a67 (patch)
treea903fbd25e0dc9e549195a91d40ea5300bb4665f /src/lib.rs
parentfeat: make `button::styled` public (diff)
downloadiced_material-4c9fb58fd20230eb9c604a7ca179485405023a67.tar.gz
feat: impl `table::Catalog` for `Theme`
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;