diff options
| author | pml68 <contact@pml68.dev> | 2025-04-22 20:27:20 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-04-22 20:27:20 +0200 |
| commit | 4dc531f63712e8072a785bd1ec22f35aab3b9140 (patch) | |
| tree | 0060976db7e5539dac60c7541f9fabc6b9bc367d /Cargo.toml | |
| parent | feat(material_theme): implement `text_editor::Catalog` (diff) | |
| download | iced-builder-4dc531f63712e8072a785bd1ec22f35aab3b9140.tar.gz | |
refactor(material_theme): make `Theme` `Copy`, add `Theme::ALL` constant
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" } |
