aboutsummaryrefslogtreecommitdiff
path: root/examples/render-quad/Cargo.toml
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:20 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:20 +0100
commitcbe643d91fd3f47ea14ad94a2c0a3f0219a4518e (patch)
tree329d97b5340089e7b9d0ba43a9979a1097481efd /examples/render-quad/Cargo.toml
parent83c67f8e304d7e6baf85aa0ea285d7664a4f90cd (diff)
refactor(all): update dependencies
Diffstat (limited to 'examples/render-quad/Cargo.toml')
-rw-r--r--examples/render-quad/Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/render-quad/Cargo.toml b/examples/render-quad/Cargo.toml
index 65e9b94..d376605 100644
--- a/examples/render-quad/Cargo.toml
+++ b/examples/render-quad/Cargo.toml
@@ -6,9 +6,7 @@ authors = ["Oscar <oscar.shrimpton.personal@gmail.com>"]
[dependencies]
stockton-render = { path = "../../stockton-render", features = ["vulkan"] }
stockton-types = { path = "../../stockton-types" }
-stockton-bsp = "2.0.0"
+stockton-bsp = { git = "https://github.com/tcmal/rust-bsp.git" }
winit = "^0.21"
-log = "0.4.0"
simple_logger = "1.0"
-rand = "0.7"
image = "0.23.2"