summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-04-09 00:29:34 +0200
committerpml68 <contact@pml68.dev>2025-04-15 23:51:45 +0200
commit941eb51e043b6b847089130625c2df10b0674154 (patch)
tree81864cecc1f20de24be4ce05016dc0142797dcff /Cargo.toml
parentfeat(material_theme): impl `menu::Catalog`, change `dialog::Catalog` impl (diff)
downloadiced-builder-941eb51e043b6b847089130625c2df10b0674154.tar.gz
feat: update `iced`, make designer view more usable
Diffstat (limited to '')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 63e5f89..e48a39c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,7 +24,7 @@ material_theme = { path = "material_theme" }
serde.workspace = true
serde_json = "1.0.140"
toml.workspace = true
-tokio = { version = "1.42.1", features = ["fs"] }
+tokio = { version = "1.44.2", features = ["fs"] }
tokio-stream = { version = "0.1", features = ["fs"] }
# TODO: enable tokio when it actually compiles
# rfd = { version = "0.15.2", default-features = false, features = ["tokio", "xdg-portal"] }
@@ -43,7 +43,7 @@ toml = "0.8.20"
[workspace.dependencies.iced]
git = "https://github.com/pml68/iced"
branch = "feat/rehighlight-on-redraw"
-features = ["image", "svg", "advanced", "tokio"]
+features = ["image", "svg", "advanced", "tokio", "lazy"]
[build-dependencies]
iced_fontello = "0.13.2"