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 --- sprites/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sprites/Cargo.toml (limited to 'sprites/Cargo.toml') diff --git a/sprites/Cargo.toml b/sprites/Cargo.toml new file mode 100644 index 0000000..df780e9 --- /dev/null +++ b/sprites/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "alligator_sprites" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit v1.2.3