Простая инструкция для декодировщика текстур
This commit is contained in:
13
texture-decoder/README.md
Normal file
13
texture-decoder/README.md
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# Декодировщик текстур
|
||||||
|
|
||||||
|
Сборка:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cargo build --release
|
||||||
|
```
|
||||||
|
|
||||||
|
Запуск:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
./target/release/texture-decoder ./out/AIM_02.0 ./out/AIM_02.0.png
|
||||||
|
```
|
Reference in New Issue
Block a user