summaryrefslogtreecommitdiff
path: root/resources/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/Cargo.toml')
-rw-r--r--resources/Cargo.toml18
1 files changed, 0 insertions, 18 deletions
diff --git a/resources/Cargo.toml b/resources/Cargo.toml
deleted file mode 100644
index fea7f39..0000000
--- a/resources/Cargo.toml
+++ /dev/null
@@ -1,18 +0,0 @@
-[package]
-name = "alligator_resources"
-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]
-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"