mirror of
https://github.com/G2-Games/lbee-utils.git
synced 2025-04-19 07:12:55 -05:00
Updated versions, added versions to binaries
This commit is contained in:
parent
f88202221e
commit
17a29fef8e
3 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,7 @@ resolver = "2"
|
|||
members = [
|
||||
"cz",
|
||||
"experimental",
|
||||
"luca_pak", "testing",
|
||||
"luca_pak",
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "cz"
|
||||
edition = "2021"
|
||||
version = "0.1.0"
|
||||
version = "0.1.2"
|
||||
description="""
|
||||
A encoder/decoder for CZ# image files used in the LUCA System Engine.
|
||||
"""
|
||||
|
@ -13,6 +13,7 @@ png = ["dep:image"]
|
|||
binary = ["dep:clap"]
|
||||
|
||||
[[bin]]
|
||||
version = "0.1.2"
|
||||
name = "czutil"
|
||||
required-features = ["binary", "png"]
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@ license = "MIT"
|
|||
authors.workspace = true
|
||||
|
||||
[[bin]]
|
||||
version = "0.1.2"
|
||||
name = "pakutil"
|
||||
path = "src/main.rs"
|
||||
|
||||
|
|
Loading…
Reference in a new issue