summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-04-22 20:27:20 +0200
committerpml68 <contact@pml68.dev>2025-04-22 20:27:20 +0200
commit4dc531f63712e8072a785bd1ec22f35aab3b9140 (patch)
tree0060976db7e5539dac60c7541f9fabc6b9bc367d /Cargo.toml
parentfeat(material_theme): implement `text_editor::Catalog` (diff)
downloadiced-builder-4dc531f63712e8072a785bd1ec22f35aab3b9140.tar.gz
refactor(material_theme): make `Theme` `Copy`, add `Theme::ALL` constant
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1c0984b..a4abf56 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -96,6 +96,7 @@ from_over_into = "deny"
needless_borrow = "deny"
new_without_default = "deny"
useless_conversion = "deny"
+clone_on_copy = "deny"
[patch.crates-io]
iced_anim = { git = "https://github.com/pml68/iced_anim" }