summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a7cf3ee..e93a015 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,7 @@ opt-level = 3
[dependencies]
bytemuck = { version = "1.13.0", features = ["derive"] }
cgmath = "0.17.0"
+collision = "0.20.1"
crossbeam-channel = "0.5.8"
fps-camera = "0.1.2"
futures = { version = "0.3.26" }