aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-08-25 18:39:33 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-08-25 18:39:33 +0200
commit4dccf6a313908a5d63ba01b375804e9ebef4687e (patch)
treed158385782a02a577f3a47cb1da96e3479d8c957 /Cargo.toml
parentc0e7c121e96713549dce67b01f8d86ef79e6ab80 (diff)
downloadboids-4dccf6a313908a5d63ba01b375804e9ebef4687e.tar.gz
boids-4dccf6a313908a5d63ba01b375804e9ebef4687e.tar.bz2
boids-4dccf6a313908a5d63ba01b375804e9ebef4687e.zip
Added Vector2 for direction, steering behavior gut draft not working
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 a31ad4c..41db10b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,3 +8,4 @@ edition = "2018"
[dependencies]
sdl2 = "0.34.0"
+rand = "*"