aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-09-29 20:21:02 +0200
committerPolesznyák Márk <contact@pml68.dev>2025-09-29 20:21:02 +0200
commite74379c5abe2cfec29a4e7db01b4805fcbd53e7d (patch)
tree408d5f84c450efa24c2c931450ac055a7e3f564d /Cargo.toml
parentfeat!: use iced's built-in theme preference detection (diff)
downloadiced_material-e74379c5abe2cfec29a4e7db01b4805fcbd53e7d.tar.gz
feat: update `styling` example to work with new system theme tracking
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1f98a77..1f6cefc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@ iced_winit = "0.14.0-dev"
serde = { version = "1.0", optional = true }
[dependencies.iced_dialog]
-git = "https://github.com/pml68/iced_dialog"
+git = "https://git.sr.ht/~pml68/iced_dialog"
branch = "master"
optional = true