diff options
| author | pml68 <contact@pml68.dev> | 2025-04-25 11:30:46 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-04-25 11:30:57 +0200 |
| commit | f9f854f124d4676e8c79adeda6bfaceba586805f (patch) | |
| tree | 2906bff72f25e3df7f9fd4fb4363c6e07eae99c6 /Cargo.toml | |
| parent | refactor(material_theme): make `Theme` `Copy`, add `Theme::ALL` constant (diff) | |
| download | iced-builder-f9f854f124d4676e8c79adeda6bfaceba586805f.tar.gz | |
feat(material_theme): create an iced `Palette` for `iced::theme::Base` impl
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -43,7 +43,8 @@ toml = "0.8.20" [workspace.dependencies.iced] git = "https://github.com/pml68/iced" branch = "feat/rehighlight-on-redraw" -features = ["image", "svg", "advanced", "tokio", "lazy"] +default-features = false +features = ["wgpu", "tiny-skia", "web-colors", "auto-detect-theme", "image", "svg", "advanced", "tokio", "lazy"] [build-dependencies] iced_fontello = "0.13.2" |
