diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-10-03 00:22:29 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-10-03 00:22:29 +0200 |
| commit | fe009960b68f6592a2aad5208d334e8b8f9334da (patch) | |
| tree | d761ae6162135fef73d9b76294b422835adc2206 | |
| parent | fix: sizing issues (collapsed dialog without user-defined size) (diff) | |
| download | iced_dialog-fe009960b68f6592a2aad5208d334e8b8f9334da.tar.gz | |
chore: update repository and homepage URL
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,8 +6,8 @@ version = "0.14.0-dev" edition = "2024" license = "MIT" readme = "README.md" -homepage = "https://github.com/pml68/iced_dialog" -repository = "https://github.com/pml68/iced_dialog" +homepage = "https://sr.ht/~pml68/iced_dialog" +repository = "https://git.sr.ht/~pml68/iced_dialog" categories = ["gui"] keywords = ["gui", "ui", "graphics", "interface", "widgets"] rust-version = "1.88" |
