diff options
| author | pml68 <contact@pml68.dev> | 2025-07-10 02:50:21 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-07-10 02:51:02 +0200 |
| commit | 55f4a4db74209ddfb6a67b3ed431b360807e039e (patch) | |
| tree | abb2a3ac459776f5a9ef790f7b11c99c1c07c775 /Cargo.toml | |
| parent | chore: switch to `[patch.crates-io]` according to `iced_dialog` changes (diff) | |
| download | iced-builder-55f4a4db74209ddfb6a67b3ed431b360807e039e.tar.gz | |
feat: make close-only dialogs closable via `Esc` or clicking the backdrop
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ iced_drop = { git = "https://github.com/pml68/iced_drop", branch = "iced/persona iced_custom_highlighter = { git = "https://github.com/pml68/iced_custom_highlighter", branch = "master" } serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" -toml = "0.8.23" +toml = "0.9.0" tokio = { version = "1.45.1", features = ["fs", "io-util"] } tokio-stream = { version = "0.1.17", features = ["fs"] } # TODO: enable tokio when it doesn't crash anymore |
