From 8d8653133bf3a12ac58c0e4f34624e9beac11751 Mon Sep 17 00:00:00 2001 From: Valentin Popov <valentin@popov.link> Date: Sat, 8 Feb 2025 01:11:02 +0000 Subject: Обновление структуры проекта MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/texture-decoder/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tools/texture-decoder/README.md (limited to 'tools/texture-decoder/README.md') diff --git a/tools/texture-decoder/README.md b/tools/texture-decoder/README.md new file mode 100644 index 0000000..8fca059 --- /dev/null +++ b/tools/texture-decoder/README.md @@ -0,0 +1,13 @@ +# Декодировщик текстур + +Сборка: + +```bash +cargo build --release +``` + +Запуск: + +```bash +./target/release/texture-decoder ./out/AIM_02.0 ./out/AIM_02.0.png +``` \ No newline at end of file -- cgit v1.2.3