feat: Implement crush and save to png

This commit is contained in:
2026-02-28 01:09:51 +08:00
parent 1f8a2859f9
commit 6f6e6f326b
4 changed files with 196 additions and 18 deletions

View File

@@ -6,3 +6,4 @@ edition = "2024"
[dependencies]
iced = {version = "0.14.0", features = ["advanced", "image"]}
iced_core = "0.14.0"
image = "0.25.9"