From 9e66d112564630e5c8e1cc8ab77c80f3bcd70922 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Fri, 12 Dec 2025 11:25:55 +0100 Subject: chore: update deps --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d8a775e..dfea4e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] -- cgit v1.2.3