aboutsummaryrefslogtreecommitdiff
path: root/stockton-passes/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'stockton-passes/Cargo.toml')
-rw-r--r--stockton-passes/Cargo.toml22
1 files changed, 0 insertions, 22 deletions
diff --git a/stockton-passes/Cargo.toml b/stockton-passes/Cargo.toml
deleted file mode 100644
index a37846c..0000000
--- a/stockton-passes/Cargo.toml
+++ /dev/null
@@ -1,22 +0,0 @@
-[package]
-name = "stockton-passes"
-version = "0.1.0"
-authors = ["tcmal <oscar.shrimpton.personal@gmail.com>"]
-edition = "2018"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
-[dependencies]
-stockton-render = { path = "../stockton-render" }
-stockton-types = { path = "../stockton-types" }
-stockton-levels = { path = "../stockton-levels" }
-stockton-input = { path = "../stockton-input" }
-anyhow = "1.0.40"
-egui = "^0.12"
-epaint = "^0.12"
-gfx-hal = "^0.8.0"
-shaderc = "^0.7"
-legion = { version = "^0.3" }
-log = "0.4.0"
-winit = "^0.21"
-nalgebra-glm = "^0.6"