summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLizzy Fleckenstein <eliasfleckenstein@web.de>2023-05-15 18:14:14 +0200
committerLizzy Fleckenstein <eliasfleckenstein@web.de>2023-05-15 18:14:14 +0200
commit6f887d475d32f32ebdd1f914f5067031b12d025d (patch)
tree95800ba09223eb2107d95181bee53dde7733749e /Cargo.toml
parentf1e5cdf25d1fd905fa307232124c361851b51758 (diff)
downloadmt_client-6f887d475d32f32ebdd1f914f5067031b12d025d.tar.xz
Frustum culling
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" }