diff options
| author | pml68 <contact@pml68.dev> | 2025-04-09 00:29:34 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-04-15 23:51:45 +0200 |
| commit | 941eb51e043b6b847089130625c2df10b0674154 (patch) | |
| tree | 81864cecc1f20de24be4ce05016dc0142797dcff /Cargo.toml | |
| parent | feat(material_theme): impl `menu::Catalog`, change `dialog::Catalog` impl (diff) | |
| download | iced-builder-941eb51e043b6b847089130625c2df10b0674154.tar.gz | |
feat: update `iced`, make designer view more usable
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |
