mirror of
https://github.com/G2-Games/lbee-utils.git
synced 2025-04-19 07:12:55 -05:00
Fixed version, remove clap from cz and luca_pak
This commit is contained in:
parent
df3f3b9373
commit
e1a6a80659
3 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "utils"
|
||||
version = "0.2.0"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors.workspace = true
|
||||
|
||||
|
|
Loading…
Reference in a new issue