summaryrefslogtreecommitdiff
path: root/alligator_resources/Cargo.toml
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2023-02-13 00:24:07 -0500
committerMicha White <botahamec@outlook.com>2023-02-13 00:24:07 -0500
commit861b467b95be55db3a42182b77dba944869bf49f (patch)
treef58057d5ab9ad53601332981a31553b0ad05fe1b /alligator_resources/Cargo.toml
parentc31d51487082c6cf243ecd10da71a15a78d41add (diff)
Rename the subdirectories
Diffstat (limited to 'alligator_resources/Cargo.toml')
-rw-r--r--alligator_resources/Cargo.toml17
1 files changed, 0 insertions, 17 deletions
diff --git a/alligator_resources/Cargo.toml b/alligator_resources/Cargo.toml
deleted file mode 100644
index d5d8276..0000000
--- a/alligator_resources/Cargo.toml
+++ /dev/null
@@ -1,17 +0,0 @@
-[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"