added export for images

This commit is contained in:
grimsace
2026-04-22 13:46:19 -05:00
parent 20c4871971
commit b9810bf873
3 changed files with 233 additions and 21 deletions
+2 -1
View File
@@ -7,9 +7,10 @@ edition = "2024"
arboard = "3.6"
eframe = "0.33"
egui = "0.33"
image = { version = "0.25", default-features = false, features = ["png"] }
image = { version = "0.25", default-features = false, features = ["jpeg", "png", "webp"] }
rand = "0.9"
rayon = "1.10"
rfd = "0.17.2"
[profile.release]
opt-level = "z"