mirror of
https://github.com/G2-Games/lbee-utils.git
synced 2025-04-19 15:22:53 -05:00
13 lines
267 B
TOML
13 lines
267 B
TOML
[package]
|
|
name = "cz"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description="""
|
|
A encoder/decoder for CZ# image files used in
|
|
[RealLive Engine](https://www.pcgamingwiki.com/wiki/Engine:RealLive).
|
|
"""
|
|
|
|
[dependencies]
|
|
byteorder = "1.5.0"
|
|
thiserror = "1.0.59"
|
|
image = "0.25.1"
|