a
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user