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 /texture-decoder/Cargo.toml | |
parent | 0c095125de8840d09cc825dfc241b3e4d3617335 (diff) | |
download | fparkan-a34bd81290b5070801033c1b2c013ebafc34cefa.tar.xz fparkan-a34bd81290b5070801033c1b2c013ebafc34cefa.zip |
Первая версия декоратора текстур
Diffstat (limited to 'texture-decoder/Cargo.toml')
-rw-r--r-- | texture-decoder/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/texture-decoder/Cargo.toml b/texture-decoder/Cargo.toml new file mode 100644 index 0000000..6694196 --- /dev/null +++ b/texture-decoder/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "texture-decoder" +version = "0.1.0" +edition = "2021" + +[dependencies] +byteorder = "1.4.3" +image = "0.24.7" |