added copy paste for the images
This commit is contained in:
@@ -4,8 +4,14 @@ version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
arboard = "3.6"
|
||||
eframe = "0.33"
|
||||
egui = "0.33"
|
||||
image = { version = "0.25", default-features = false, features = ["png"] }
|
||||
rand = "0.9"
|
||||
rayon = "1.10"
|
||||
|
||||
[profile.release]
|
||||
opt-level = "z"
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
|
||||
Reference in New Issue
Block a user