diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-09-29 20:21:02 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-09-29 20:21:02 +0200 |
| commit | e74379c5abe2cfec29a4e7db01b4805fcbd53e7d (patch) | |
| tree | 408d5f84c450efa24c2c931450ac055a7e3f564d /Cargo.toml | |
| parent | feat!: use iced's built-in theme preference detection (diff) | |
| download | iced_material-e74379c5abe2cfec29a4e7db01b4805fcbd53e7d.tar.gz | |
feat: update `styling` example to work with new system theme tracking
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
