summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"]