feat: удалить устаревшие файлы и директории из проекта

This commit is contained in:
2026-02-10 02:07:52 +04:00
parent f8cca32968
commit a7dd18fa1d
7 changed files with 0 additions and 23 deletions

View File

@@ -1,11 +0,0 @@
# Utilities for the game "Parkan: Iron Strategy"
This repository contains utilities, tools, and libraries for the game "Parkan: Iron Strategy."
## List of projects
- [unpacker](unpacker): Text-based utility for unpacking game resources in the NRres format. Allows unpacking 100% of game resources.
- [packer](packer): Text-based utility for packing game resources in the NRres format. Allows packing 100% of game resources.
- [texture-decoder](texture-decoder): (WIP) Decoder for game textures. Decodes approximately 20% of game textures.
- [libnres](libnres): _(Deprecation)_ Library for NRes files.
- [nres-cli](nres-cli): _(Deprecation)_ Console tool for NRes files.

View File

@@ -1,5 +0,0 @@
const std = @import("std");
pub fn build(b: *std.Build) void {
_ = b; // stub
}

View File

@@ -1,7 +0,0 @@
.{
.name = .fparkan,
.version = "0.0.1",
.minimum_zig_version = "0.15.2",
.paths = .{""},
.fingerprint = 0x8922aff25cf1dd39,
}

View File

View File

View File