summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-06-10 23:47:40 +0200
committerpml68 <contact@pml68.dev>2025-06-10 23:47:40 +0200
commit2e1bbf7dc90652e5964e5912a53e1edba3737185 (patch)
treeade03879165da4c5fb6dde855d2747abf1a5ae01 /Cargo.toml
parentfeat: dialog improvements (diff)
downloadiced-builder-2e1bbf7dc90652e5964e5912a53e1edba3737185.tar.gz
chore: update deps
Diffstat (limited to '')
-rw-r--r--Cargo.toml6
1 files changed, 1 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 79766e1..f3e919d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,10 +10,6 @@ categories = ["gui"]
keywords = ["gui", "ui", "graphics", "interface", "widgets"]
rust-version = "1.85.0"
-[features]
-default = []
-debug = ["iced/debug"]
-
[dependencies]
iced.workspace = true
iced_anim.workspace = true
@@ -44,7 +40,7 @@ toml = "0.8.22"
[workspace.dependencies.iced]
version = "0.14.0-dev"
default-features = false
-features = ["wgpu", "tiny-skia", "web-colors", "auto-detect-theme", "advanced", "tokio", "image", "svg", "lazy"]
+features = ["wgpu", "tiny-skia", "web-colors", "advanced", "tokio", "image", "svg", "lazy"]
[build-dependencies]
iced_fontello = { path = "crates/iced_fontello" }