Fixed version, remove clap from cz and luca_pak

This commit is contained in:
G2-Games 2024-07-11 23:22:05 -05:00
parent df3f3b9373
commit e1a6a80659
3 changed files with 2 additions and 6 deletions

View file

@ -18,11 +18,8 @@ thiserror = "1.0"
imagequant = "4.3"
rgb = "0.8"
# Only active on features "png" and "binary"
# Only active on PNG feature
image = { version = "0.25", optional = true }
# Only active on feature "binary"
clap = { version = "4.5.8", features = ["derive"], optional = true }
[lints]
workspace = true

View file

@ -11,7 +11,6 @@ authors.workspace = true
[dependencies]
byteorder = "1.5.0"
clap = { version = "4.5.8", features = ["derive"] }
log = "0.4.22"
thiserror = "1.0.61"

View file

@ -1,6 +1,6 @@
[package]
name = "utils"
version = "0.2.0"
version = "0.1.0"
edition = "2021"
authors.workspace = true