From 4dccf6a313908a5d63ba01b375804e9ebef4687e Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 25 Aug 2020 18:39:33 +0200 Subject: Added Vector2 for direction, steering behavior gut draft not working --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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 = "*" -- cgit