diff options
author | Valentin Popov <valentin@popov.link> | 2023-09-17 02:22:54 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2023-09-17 02:22:54 +0300 |
commit | a34bd81290b5070801033c1b2c013ebafc34cefa (patch) | |
tree | f89971bb89f6d6d1dd85993c85e93ca60dd35662 /Cargo.toml | |
parent | 0c095125de8840d09cc825dfc241b3e4d3617335 (diff) | |
download | fparkan-a34bd81290b5070801033c1b2c013ebafc34cefa.tar.xz fparkan-a34bd81290b5070801033c1b2c013ebafc34cefa.zip |
Первая версия декоратора текстур
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [workspace] -members = ["libnres", "nres-cli", "packer", "unpacker"] +members = ["libnres", "nres-cli", "packer", "texture-decoder", "unpacker"] [profile.release] codegen-units = 1 |