summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-12-12 11:25:55 +0100
committerPolesznyák Márk <contact@pml68.dev>2025-12-12 11:25:55 +0100
commit9e66d112564630e5c8e1cc8ab77c80f3bcd70922 (patch)
tree6a454541737edf703907e89dd8c7167aa7fab546 /Cargo.toml
parentfeat: make it impossible (tm) to open multiple dialogs at once (diff)
downloadiced-builder-9e66d112564630e5c8e1cc8ab77c80f3bcd70922.tar.gz
chore: update deps
Diffstat (limited to '')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
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"]