diff options
| author | pml68 <contact@pml68.dev> | 2025-05-13 00:02:29 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-05-13 00:02:29 +0200 |
| commit | 4febea34098f021c78597882def2deeab5451f3f (patch) | |
| tree | ba0909b8dda34121e790b21d200a7d38fa1be07b /crates/material_theme/Cargo.toml | |
| parent | Merge pull request #20 from pml68/feat/custom-theme (diff) | |
| download | iced-builder-4febea34098f021c78597882def2deeab5451f3f.tar.gz | |
chore: update `iced`
Diffstat (limited to 'crates/material_theme/Cargo.toml')
| -rw-r--r-- | crates/material_theme/Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/crates/material_theme/Cargo.toml b/crates/material_theme/Cargo.toml index 0116c1e..e36860b 100644 --- a/crates/material_theme/Cargo.toml +++ b/crates/material_theme/Cargo.toml @@ -5,7 +5,7 @@ authors = ["pml68 <contact@pml68.dev>"] version = "0.14.0-dev" edition = "2024" license = "MIT" -# readme = "README.md" +readme = "README.md" repository = "https://github.com/pml68/iced_builder" categories = ["gui"] keywords = ["gui", "ui", "graphics", "interface", "widgets"] @@ -21,8 +21,6 @@ animate = ["dep:iced_anim"] dialog = ["dep:iced_dialog"] # Provides support for the markdown widget. markdown = ["iced_widget/markdown"] -# Provides support for the image widget. -image = ["iced_widget/image"] # Provides support for the SVG widget. svg = ["iced_widget/svg"] # Provides support for the QR code widget. |
