summaryrefslogtreecommitdiff
path: root/crates/material_theme/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-06-25 01:07:20 +0200
committerpml68 <contact@pml68.dev>2025-06-25 01:07:20 +0200
commit88f0b96572311a052708aadc54c1eb99be81c921 (patch)
tree6f2607ceae0bf49247ef89534a56ade6fb7eb43e /crates/material_theme/Cargo.toml
parentrefactor: simplify `material_theme::Theme`'s `Default` impl (diff)
downloadiced-builder-88f0b96572311a052708aadc54c1eb99be81c921.tar.gz
feat: update for hot reloading support
Diffstat (limited to '')
-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 e36860b..b1c608f 100644
--- a/crates/material_theme/Cargo.toml
+++ b/crates/material_theme/Cargo.toml
@@ -17,6 +17,8 @@ default = []
serde = ["dep:serde"]
# Provides support for animating with `iced_anim`.
animate = ["dep:iced_anim"]
+# Enables pixel snapping for crisp edges by default (can cause jitter!)
+crisp = ["iced_widget/crisp"]
# Provides support for `iced_dialog`.
dialog = ["dep:iced_dialog"]
# Provides support for the markdown widget.