Compare commits

..

2 commits

Author SHA1 Message Date
G2
be0aaeeeb6
Update README.md, removed accidental images 2024-09-29 01:25:26 -05:00
G2
aaf7f9b30f
Update README.md, added logo 2024-09-29 01:24:32 -05:00

View file

@ -1,3 +1,8 @@
<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/).
@ -47,7 +52,6 @@ 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
``` ```