summaryrefslogtreecommitdiff
path: root/crates/material_theme/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-04-17 00:30:03 +0200
committerpml68 <contact@pml68.dev>2025-04-17 00:30:03 +0200
commitb2b7dddb28732fbf8b070dd96922eb7df50318cb (patch)
treec6a8a61844ad7caa5ef5ded376ec19851e1cf1fe /crates/material_theme/Cargo.toml
parentfeat(material_theme): implement `svg::Catalog` (under feature flag) (diff)
downloadiced-builder-b2b7dddb28732fbf8b070dd96922eb7df50318cb.tar.gz
feat(material_theme): implement `qr_code::Catalog` (under feature flag)
Diffstat (limited to 'crates/material_theme/Cargo.toml')
-rw-r--r--crates/material_theme/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/material_theme/Cargo.toml b/crates/material_theme/Cargo.toml
index ad825fd..e1da2fb 100644
--- a/crates/material_theme/Cargo.toml
+++ b/crates/material_theme/Cargo.toml
@@ -21,6 +21,8 @@ dialog = ["dep:iced_dialog"]
markdown = ["iced_widget/markdown"]
# Provides support for the SVG widget.
svg = ["iced_widget/svg"]
+# Provides support for the QR code widget.
+qr_code = ["iced_widget/qr_code"]
[dependencies]
iced_widget = "0.14.0-dev"