From 861b467b95be55db3a42182b77dba944869bf49f Mon Sep 17 00:00:00 2001 From: Micha White Date: Mon, 13 Feb 2023 00:24:07 -0500 Subject: Rename the subdirectories --- resources/Cargo.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 resources/Cargo.toml (limited to 'resources/Cargo.toml') diff --git a/resources/Cargo.toml b/resources/Cargo.toml new file mode 100644 index 0000000..d5d8276 --- /dev/null +++ b/resources/Cargo.toml @@ -0,0 +1,17 @@ +[package] +name = "alligator_resources" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +image = "0.24" +thiserror = "1" +exun = "0.1" +texture_packer = { git = "https://github.com/botahamec/piston_texture_packer", branch = "u16" } +profiling = "1" +bytemuck = { version = "1", features = ["extern_crate_alloc"] } +parking_lot = "0.12" +log = "0.4" +dashmap = "5" -- cgit v1.2.3