Adding bounding boxes

This commit is contained in:
2019-01-28 13:28:01 -08:00
parent dc6765af99
commit 474eb9311e
4 changed files with 131 additions and 38 deletions

View File

@@ -8,4 +8,10 @@ edition = "2018"
sfml = "0.14.0"
quick-xml = "0.13.2"
cgmath = "0.17.0"
simple-stopwatch="0.1.4"
simple-stopwatch="0.1.4"
ncollide2d = "0.17" # For 2D collision detection.
nalgebra = "0.16.13"