From 4dc531f63712e8072a785bd1ec22f35aab3b9140 Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 22 Apr 2025 20:27:20 +0200 Subject: refactor(material_theme): make `Theme` `Copy`, add `Theme::ALL` constant --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" } -- cgit v1.2.3