aboutsummaryrefslogtreecommitdiff
path: root/examples/render-quad/Cargo.toml
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:21 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:21 +0100
commit4cfa1bf05616089e166e252c5f583f20274658e9 (patch)
treebbce28bb7284289fec185398421db6a0519e9837 /examples/render-quad/Cargo.toml
parent9f6b7a10e7e00edf6ab50a9cf162b377d84a43f6 (diff)
refactor(all): remove render-quad and optimise imports
Diffstat (limited to 'examples/render-quad/Cargo.toml')
-rw-r--r--examples/render-quad/Cargo.toml12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/render-quad/Cargo.toml b/examples/render-quad/Cargo.toml
deleted file mode 100644
index d376605..0000000
--- a/examples/render-quad/Cargo.toml
+++ /dev/null
@@ -1,12 +0,0 @@
-[package]
-name = "render-quad"
-version = "0.1.0"
-authors = ["Oscar <oscar.shrimpton.personal@gmail.com>"]
-
-[dependencies]
-stockton-render = { path = "../../stockton-render", features = ["vulkan"] }
-stockton-types = { path = "../../stockton-types" }
-stockton-bsp = { git = "https://github.com/tcmal/rust-bsp.git" }
-winit = "^0.21"
-simple_logger = "1.0"
-image = "0.23.2"