build: return to stable iced version

I initially thought that only the git version had a clipboard at all,
but that's incorrect; what 0.15 adds is rich clipboard (images, etc)
This commit is contained in:
electria 2026-08-26 12:00:55 -07:00
commit 8e6fa9be2f
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs
3 changed files with 426 additions and 270 deletions

View file

@ -10,7 +10,4 @@ keepass = "0.13.22"
rfd = "0.17.2"
[dependencies.iced]
version = "0.15.0-dev"
[patch.crates-io]
iced.git = "https://github.com/iced-rs/iced"
version = "0.14.0"