From f8a80039c74332e2101a177ef3fde31ef2077224 Mon Sep 17 00:00:00 2001 From: Micha White Date: Thu, 15 Aug 2024 20:14:15 -0400 Subject: Lots a changes --- textures/Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 textures/Cargo.toml (limited to 'textures/Cargo.toml') 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" -- cgit v1.2.3