diff options
| author | Micha White <botahamec@outlook.com> | 2024-08-15 20:14:15 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2024-08-15 20:14:15 -0400 |
| commit | f8a80039c74332e2101a177ef3fde31ef2077224 (patch) | |
| tree | f887c96bf9879a28b7ce914ad96161f63ee83190 /textures/Cargo.toml | |
| parent | 488c7ed94b0662222fa0d825ab81b60b0b1e5d6c (diff) | |
Lots a changes
Diffstat (limited to 'textures/Cargo.toml')
| -rw-r--r-- | textures/Cargo.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textures/Cargo.toml b/textures/Cargo.toml new file mode 100644 index 0000000..e550a92 --- /dev/null +++ b/textures/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "alligator_textures" +version = "0.1.0" +edition = "2021" +publish = false + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +packer = { path = "../packer" } + +image = "0.24" +exun = "0.2" |
