aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2023-09-17 02:22:54 +0300
committerValentin Popov <valentin@popov.link>2023-09-17 02:22:54 +0300
commita34bd81290b5070801033c1b2c013ebafc34cefa (patch)
treef89971bb89f6d6d1dd85993c85e93ca60dd35662 /Cargo.toml
parent0c095125de8840d09cc825dfc241b3e4d3617335 (diff)
downloadfparkan-a34bd81290b5070801033c1b2c013ebafc34cefa.tar.xz
fparkan-a34bd81290b5070801033c1b2c013ebafc34cefa.zip
Первая версия декоратора текстур
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 95c9ed4..7d0760e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[workspace]
-members = ["libnres", "nres-cli", "packer", "unpacker"]
+members = ["libnres", "nres-cli", "packer", "texture-decoder", "unpacker"]
[profile.release]
codegen-units = 1