diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2026-01-29 18:30:27 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2026-01-29 18:30:30 +0100 |
| commit | b83c556641f42ffe27b220b97081ca08323bd5de (patch) | |
| tree | 19674a745f0d40f719e910ca009760a9de48f426 /Cargo.toml | |
| parent | feat: set parent window of rfd dialogs (diff) | |
| download | iced-builder-b83c556641f42ffe27b220b97081ca08323bd5de.tar.gz | |
feat: replace the unmaintained `dirs-next` crate with `dirs`
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ toml = "0.9" smol = "2" rust-format = { version = "0.3", features = ["pretty_please", "post_process"] } thiserror = "2" -dirs-next = "2" +dirs = "6" [build-dependencies] iced_fontello.git = "https://github.com/pml68/iced_fontello" |
