summaryrefslogtreecommitdiff
path: root/crates/material_theme/src/lib.rs
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-05-13 00:02:29 +0200
committerpml68 <contact@pml68.dev>2025-05-13 00:02:29 +0200
commit4febea34098f021c78597882def2deeab5451f3f (patch)
treeba0909b8dda34121e790b21d200a7d38fa1be07b /crates/material_theme/src/lib.rs
parentMerge pull request #20 from pml68/feat/custom-theme (diff)
downloadiced-builder-4febea34098f021c78597882def2deeab5451f3f.tar.gz
chore: update `iced`
Diffstat (limited to '')
-rw-r--r--crates/material_theme/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/material_theme/src/lib.rs b/crates/material_theme/src/lib.rs
index b04edf0..e59e1e9 100644
--- a/crates/material_theme/src/lib.rs
+++ b/crates/material_theme/src/lib.rs
@@ -11,8 +11,6 @@ pub mod combo_box;
pub mod container;
#[cfg(feature = "dialog")]
pub mod dialog;
-#[cfg(feature = "image")]
-pub mod image;
#[cfg(feature = "markdown")]
pub mod markdown;
pub mod menu;