This commit is contained in:
2025-12-26 23:26:56 +01:00
parent 38ce0f0c43
commit 8c5aa4f948
7 changed files with 4170 additions and 88 deletions

View File

@@ -16,10 +16,22 @@ categories = [
[dependencies]
bufstream = "0.1"
clap = { version = "4.4", features = [ "derive" ] }
eframe = "0.26"
glob = "0.3"
image = "0.23"
num_cpus = "1.13.1"
regex = "1.5"
rayon = "1.5.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
[[bin]]
name = "pixelpwnr"
path = "src/main.rs"
[[bin]]
name = "pixelpwnr-gui"
path = "src/gui.rs"
[profile.release]
lto = true