diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-12-12 11:25:55 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-12-12 11:25:55 +0100 |
| commit | 9e66d112564630e5c8e1cc8ab77c80f3bcd70922 (patch) | |
| tree | 6a454541737edf703907e89dd8c7167aa7fab546 /Cargo.toml | |
| parent | feat: make it impossible (tm) to open multiple dialogs at once (diff) | |
| download | iced-builder-9e66d112564630e5c8e1cc8ab77c80f3bcd70922.tar.gz | |
chore: update deps
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -11,7 +11,7 @@ keywords = ["gui", "ui", "graphics", "interface", "widgets"] rust-version = "1.88.0" [dependencies] -iced.version = "0.14.0-dev" +iced.version = "0.15.0-dev" iced.default-features = false iced.features = [ "wgpu", @@ -25,8 +25,6 @@ iced.features = [ "linux-theme-detection", ] -iced_widget = "0.14.0-dev" - iced_material.git = "https://git.sr.ht/~pml68/iced_material" iced_material.branch = "master" iced_material.features = ["animate", "serde", "dialog", "svg"] |
