summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-05-13 00:02:29 +0200
committerpml68 <contact@pml68.dev>2025-05-13 00:02:29 +0200
commit4febea34098f021c78597882def2deeab5451f3f (patch)
treeba0909b8dda34121e790b21d200a7d38fa1be07b /Cargo.toml
parentMerge pull request #20 from pml68/feat/custom-theme (diff)
downloadiced-builder-4febea34098f021c78597882def2deeab5451f3f.tar.gz
chore: update `iced`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a653682..8644388 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,13 +20,13 @@ iced_anim.workspace = true
iced_custom_highlighter = { git = "https://github.com/pml68/iced_custom_highlighter", branch = "master" }
iced_drop = { path = "crates/iced_drop" }
iced_dialog.workspace = true
-material_theme = { path = "crates/material_theme", features = ["animate", "serde", "dialog", "image", "svg"] }
+material_theme = { path = "crates/material_theme", features = ["animate", "serde", "dialog", "svg"] }
serde.workspace = true
serde_json = "1.0.140"
toml.workspace = true
tokio = { version = "1.44.2", features = ["fs"] }
tokio-stream = { version = "0.1", features = ["fs"] }
-# TODO: enable tokio when it actually compiles
+# TODO: enable tokio when it doesn't crash anymore
# rfd = { version = "0.15.2", default-features = false, features = ["tokio", "xdg-portal"] }
rfd = "0.15.3"
rust-format = "0.3.4"