Compare commits

..

No commits in common. "be0aaeeeb6e607ccff6b1ed8bf91b9ef41651ce7" and "a2c62ffc4a195825d751ef159b74d62b33e7d0cc" have entirely different histories.

View file

@ -1,8 +1,3 @@
<p align="center">
<img width="80%" src="https://github.com/user-attachments/assets/6807854b-aa4b-431d-933f-9e5b63ff5ed3">
</p>
# lbee-utils # lbee-utils
A small collection of utilities for exporting and importing assets from games A small collection of utilities for exporting and importing assets from games
made with LUCA System by [Prototype Ltd](https://www.prot.co.jp/). made with LUCA System by [Prototype Ltd](https://www.prot.co.jp/).
@ -52,6 +47,7 @@ metadata can't be changed as of yet, however.
Small command line tools for modifying CZ images and PAK archives. Small command line tools for modifying CZ images and PAK archives.
To install with Cargo: To install with Cargo:
``` ```
cargo install --git https://github.com/G2-Games/lbee-utils utils cargo install --git https://github.com/G2-Games/lbee-utils utils
``` ```