diff options
author | tcmal <me@aria.rip> | 2024-08-25 17:44:24 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-08-25 17:44:24 +0100 |
commit | 09a777d42d6301028cd3a8967ff6a82e703c8800 (patch) | |
tree | 79ac93287a15e8b0f90e1ac5d6981fa6eaeb6229 /stockton-render/Cargo.toml | |
parent | 6367a9ba5a549b62f01da61fb50323877b9f52ff (diff) |
refactor(all): remove levels and render
Diffstat (limited to 'stockton-render/Cargo.toml')
-rw-r--r-- | stockton-render/Cargo.toml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/stockton-render/Cargo.toml b/stockton-render/Cargo.toml deleted file mode 100644 index 3ba8c01..0000000 --- a/stockton-render/Cargo.toml +++ /dev/null @@ -1,22 +0,0 @@ -[package] -name = "stockton-render" -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-skeleton = { path = "../stockton-skeleton" } -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" -thiserror = "1.0.25" |