summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-04-25 11:30:46 +0200
committerpml68 <contact@pml68.dev>2025-04-25 11:30:57 +0200
commitf9f854f124d4676e8c79adeda6bfaceba586805f (patch)
tree2906bff72f25e3df7f9fd4fb4363c6e07eae99c6 /Cargo.toml
parentrefactor(material_theme): make `Theme` `Copy`, add `Theme::ALL` constant (diff)
downloadiced-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.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a4abf56..0a7d769 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"