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 = [
|
members = [
|
||||||
"cz",
|
"cz",
|
||||||
"experimental",
|
"experimental",
|
||||||
"luca_pak", "testing",
|
"luca_pak",
|
||||||
]
|
]
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "cz"
|
name = "cz"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
version = "0.1.0"
|
version = "0.1.2"
|
||||||
description="""
|
description="""
|
||||||
A encoder/decoder for CZ# image files used in the LUCA System Engine.
|
A encoder/decoder for CZ# image files used in the LUCA System Engine.
|
||||||
"""
|
"""
|
||||||
|
@ -13,6 +13,7 @@ png = ["dep:image"]
|
||||||
binary = ["dep:clap"]
|
binary = ["dep:clap"]
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
|
version = "0.1.2"
|
||||||
name = "czutil"
|
name = "czutil"
|
||||||
required-features = ["binary", "png"]
|
required-features = ["binary", "png"]
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,7 @@ license = "MIT"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
|
version = "0.1.2"
|
||||||
name = "pakutil"
|
name = "pakutil"
|
||||||
path = "src/main.rs"
|
path = "src/main.rs"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue