added export for images
This commit is contained in:
+2
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user