From 4febea34098f021c78597882def2deeab5451f3f Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 13 May 2025 00:02:29 +0200 Subject: chore: update `iced` --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3